Html Css Color HEX #3736CD Persian Blue

📋 copy color: '#3736CD'

red 55 ◦ green 54 ◦ blue 205

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

Shades of Persian Blue #3736CD

Tints of Persian Blue #3736CD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.2%

 BLUE value IS 205 (80.47% from 255) = 65.29%

R = 17.52%
G = 17.2%
B = 65.29%

CMYK

 C value IS 0.73

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3736CD (or 0x3736CD) is known color: Persian Blue. HEX triplet: 37, 36 and CD. RGB value is (55,54,205). Sum of RGB (Red+Green+Blue) = 55+54+205=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 205 (80.47% from 255 or 65.29% from 314); Max value from RGB is 205 - color contains mainly: blue. Hex color #3736CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3736CD is #C8C932. Grayscale: #464646. Windows color (decimal): -13158707 or 13448759. OLE color: 13448759.

HSL color Cylindrical-coordinate representation of color #3736CD: hue angle of 240.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3736CD is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 54 205 -
CMYK 0.73 0.74 0 0.20
HSL 240.4º 0.6% 0.51% -
HSV(B) 240.4º 0.74% 0.8% -
XYZ 13.91 7.86 58.54 -
YUV 71.51 203.33 116.22 -
System Red Green Blue C M Y K H S L
Decimal 55 54 205 0.73 0.74 0 0.20 240.4 0.6 0.51
Hex 37 36 CD 49 4A 0 14 F0 3C 33
Octal 67 66 315 111 112 0 24 360 74 63
Binary 110111 110110 11001101 1001001 1001010 0 10100 11110000 111100 110011

Color Harmonies of #3736CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3736CD

Black with #3736CD

Text Example


Text Example

White with #3736CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3736CD; }

 p { color: rgb(55,54,205); }

 H1.HeaderClassName
 {
   color: #3736CD;
 }
 .AnyTagClassName
 {
   color: #3736CD;
 }
</style>

background-color css

<style>
 a { background-color: #3736CD; }

 a { background-color: rgb(55,54,205); }

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

border-color css

<style>
 span { border-color: #3736CD; }

 span { border-color: rgb(55,54,205); }

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