Html Css Color HEX #2737CC Persian Blue

📋 copy color: '#2737CC'

red 39 ◦ green 55 ◦ blue 204

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

Shades of Persian Blue #2737CC

Tints of Persian Blue #2737CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 68.46%

R = 13.09%
G = 18.46%
B = 68.46%

CMYK

 C value IS 0.81

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2737CC (or 0x2737CC) is known color: Persian Blue. HEX triplet: 27, 37 and CC. RGB value is (39,55,204). Sum of RGB (Red+Green+Blue) = 39+55+204=298 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.09% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 204 (80.08% from 255 or 68.46% from 298); Max value from RGB is 204 - color contains mainly: blue. Hex color #2737CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2737CC is #D8C833. Grayscale: #424242. Windows color (decimal): -14207028 or 13383463. OLE color: 13383463.

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

Color convert

RGB 39 55 204 -
CMYK 0.81 0.73 0 0.2
HSL 234.18º 0.68% 0.48% -
HSV(B) 234.18º 0.81% 0.8% -
XYZ 13.1 7.52 57.89 -
YUV 67.2 205.2 107.88 -
System Red Green Blue C M Y K H S L
Decimal 39 55 204 0.81 0.73 0 0.2 234.18 0.68 0.48
Hex 27 37 CC 51 49 0 14 EA 44 30
Octal 47 67 314 121 111 0 24 352 104 60
Binary 100111 110111 11001100 1010001 1001001 0 10100 11101010 1000100 110000

Color Harmonies of #2737CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2737CC

Black with #2737CC

Text Example


Text Example

White with #2737CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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