Html Css Color HEX #3720CC Persian Blue

📋 copy color: '#3720CC'

red 55 ◦ green 32 ◦ blue 204

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

Shades of Persian Blue #3720CC

Tints of Persian Blue #3720CC

RGB

 RED value IS 55 (21.88% from 255) = 18.9%

 GREEN value IS 32 (12.89% from 255) = 11%

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

R = 18.9%
G = 11%
B = 70.1%

CMYK

 C value IS 0.73

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3720CC (or 0x3720CC) is known color: Persian Blue. HEX triplet: 37, 20 and CC. RGB value is (55,32,204). Sum of RGB (Red+Green+Blue) = 55+32+204=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 204 (80.08% from 255 or 70.10% from 291); Max value from RGB is 204 - color contains mainly: blue. Hex color #3720CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3720CC is #C8DF33. Grayscale: #393939. Windows color (decimal): -13164340 or 13377591. OLE color: 13377591.

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

Color convert

RGB 55 32 204 -
CMYK 0.73 0.84 0 0.2
HSL 248.02º 0.73% 0.46% -
HSV(B) 248.02º 0.84% 0.8% -
XYZ 12.99 6.2 57.64 -
YUV 58.49 210.12 125.51 -
System Red Green Blue C M Y K H S L
Decimal 55 32 204 0.73 0.84 0 0.2 248.02 0.73 0.46
Hex 37 20 CC 49 54 0 14 F8 49 2E
Octal 67 40 314 111 124 0 24 370 111 56
Binary 110111 100000 11001100 1001001 1010100 0 10100 11111000 1001001 101110

Color Harmonies of #3720CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3720CC

Black with #3720CC

Text Example


Text Example

White with #3720CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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