Html Css Color HEX #3735CE Persian Blue

📋 copy color: '#3735CE'

red 55 ◦ green 53 ◦ blue 206

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

Shades of Persian Blue #3735CE

Tints of Persian Blue #3735CE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.88%

 BLUE value IS 206 (80.86% from 255) = 65.61%

R = 17.52%
G = 16.88%
B = 65.61%

CMYK

 C value IS 0.73

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3735CE (or 0x3735CE) is known color: Persian Blue. HEX triplet: 37, 35 and CE. RGB value is (55,53,206). Sum of RGB (Red+Green+Blue) = 55+53+206=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 206 (80.86% from 255 or 65.61% from 314); Max value from RGB is 206 - color contains mainly: blue. Hex color #3735CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3735CE is #C8CA31. Grayscale: #464646. Windows color (decimal): -13158962 or 13514039. OLE color: 13514039.

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

Color convert

RGB 55 53 206 -
CMYK 0.73 0.74 0 0.19
HSL 240.78º 0.61% 0.51% -
HSV(B) 240.78º 0.74% 0.81% -
XYZ 13.99 7.81 59.16 -
YUV 71.04 204.16 116.56 -
System Red Green Blue C M Y K H S L
Decimal 55 53 206 0.73 0.74 0 0.19 240.78 0.61 0.51
Hex 37 35 CE 49 4A 0 13 F1 3D 33
Octal 67 65 316 111 112 0 23 361 75 63
Binary 110111 110101 11001110 1001001 1001010 0 10011 11110001 111101 110011

Color Harmonies of #3735CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3735CE

Black with #3735CE

Text Example


Text Example

White with #3735CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3735CE; }

 p { color: rgb(55,53,206); }

 H1.HeaderClassName
 {
   color: #3735CE;
 }
 .AnyTagClassName
 {
   color: #3735CE;
 }
</style>

background-color css

<style>
 a { background-color: #3735CE; }

 a { background-color: rgb(55,53,206); }

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

border-color css

<style>
 span { border-color: #3735CE; }

 span { border-color: rgb(55,53,206); }

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