Html Css Color HEX #2737DC Persian Blue

📋 copy color: '#2737DC'

red 39 ◦ green 55 ◦ blue 220

#2737DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #2737DC

Tints of Persian Blue #2737DC

RGB

 RED value IS 39 (15.63% from 255) = 12.42%

 GREEN value IS 55 (21.88% from 255) = 17.52%

 BLUE value IS 220 (86.33% from 255) = 70.06%

R = 12.42%
G = 17.52%
B = 70.06%

CMYK

 C value IS 0.82

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2737DC (or 0x2737DC) is known color: Persian Blue. HEX triplet: 27, 37 and DC. RGB value is (39,55,220). Sum of RGB (Red+Green+Blue) = 39+55+220=314 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.42% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 220 (86.33% from 255 or 70.06% from 314); Max value from RGB is 220 - color contains mainly: blue. Hex color #2737DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2737DC is #D8C823. Grayscale: #444444. Windows color (decimal): -14207012 or 14432039. OLE color: 14432039.

HSL color Cylindrical-coordinate representation of color #2737DC: hue angle of 234.7º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2737DC is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 55 220 -
CMYK 0.82 0.75 0 0.14
HSL 234.7º 0.72% 0.51% -
HSV(B) 234.7º 0.82% 0.86% -
XYZ 15.12 8.33 68.52 -
YUV 69.03 213.2 106.58 -
System Red Green Blue C M Y K H S L
Decimal 39 55 220 0.82 0.75 0 0.14 234.7 0.72 0.51
Hex 27 37 DC 52 4B 0 E EB 48 33
Octal 47 67 334 122 113 0 16 353 110 63
Binary 100111 110111 11011100 1010010 1001011 0 1110 11101011 1001000 110011

Color Harmonies of #2737DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2737DC

Black with #2737DC

Text Example


Text Example

White with #2737DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2737DC; }

 p { color: rgb(39,55,220); }

 H1.HeaderClassName
 {
   color: #2737DC;
 }
 .AnyTagClassName
 {
   color: #2737DC;
 }
</style>

background-color css

<style>
 a { background-color: #2737DC; }

 a { background-color: rgb(39,55,220); }

 div.DivClassName
 {
   background-color: #2737DC;
 }
 .BgClassName
 {
   background-color: #2737DC;
 }
</style>

border-color css

<style>
 span { border-color: #2737DC; }

 span { border-color: rgb(39,55,220); }

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