#2738ce

Color #2738CE Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2738CE

Tints of Persian Blue #2738CE

Color information

#2738CE (or 0x2738CE) is unknown color: approx Persian Blue. HEX triplet: 27, 38 and CE. RGB value is (39,56,206). Sum of RGB (Red+Green+Blue) = 39+56+206=301 (39% of max value = 765). Red value is 39 (15.62% from 255 or 12.96% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 206 (80.86% from 255 or 68.44% from 301); Max value from RGB is 206 - color contains mainly: blue. Hex color #2738CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2738CE is #D8C731. Grayscale: #434343. Windows color (decimal): -14206770 or 13514791. OLE color: 13514791.

HSL color Cylindrical-coordinate representation of color #2738CE: hue angle of 233.89º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2738CE is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB3956206-
CMYK0.810.7300.19
HSL233.89º68.16%48.04%-
HSV(B)233.89º81.07%80.78%-
XYZ13.397.7259.18-
YUV68.02205.87107.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 12.96%
GREEN value IS 56 (22.27% from 255) = 18.60%
BLUE value IS 206 (80.86% from 255) = 68.44%
R=12.96%
G=18.60%
B=68.44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal39562060.810.7300.19233.8968.1648.04
Hex2738CE5149013ea4430
Octal477031612111102335210460
Binary1001111110001100111010100011001001010011111010101000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2738ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2738ce; }

 p { color: rgb(39,56,206); }

 H1.HeaderClassName
 {
   color: #2738ce;
 }
 .AnyTagClassName
 {
   color: #2738ce;
 }
</style>
background-color css

<style>
 a { background-color: #2738ce; }

 a { background-color: rgb(39,56,206); }

 div.DivClassName
 {
   background-color: #2738ce;
 }
 .BgClassName
 {
   background-color: #2738ce;
 }
</style>
border-color css

<style>
 span { border-color: #2738ce; }

 span { border-color: rgb(39,56,206); }

 td.TdClassName
 {
   border-color: #2738ce;
 }
 .TagClassName
 {
   border-color: #2738ce;
 }
</style>