Html Css Color HEX #3237CE Persian Blue

📋 copy color: '#3237CE'

red 50 ◦ green 55 ◦ blue 206

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

Shades of Persian Blue #3237CE

Tints of Persian Blue #3237CE

RGB

 RED value IS 50 (19.92% from 255) = 16.08%

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

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

R = 16.08%
G = 17.68%
B = 66.24%

CMYK

 C value IS 0.76

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3237CE (or 0x3237CE) is known color: Persian Blue. HEX triplet: 32, 37 and CE. RGB value is (50,55,206). Sum of RGB (Red+Green+Blue) = 50+55+206=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 206 (80.86% from 255 or 66.24% from 311); Max value from RGB is 206 - color contains mainly: blue. Hex color #3237CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3237CE is #CDC831. Grayscale: #464646. Windows color (decimal): -13486130 or 13514546. OLE color: 13514546.

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

Color convert

RGB 50 55 206 -
CMYK 0.76 0.73 0 0.19
HSL 238.08º 0.61% 0.5% -
HSV(B) 238.08º 0.76% 0.81% -
XYZ 13.82 7.87 59.18 -
YUV 70.72 204.34 113.22 -
System Red Green Blue C M Y K H S L
Decimal 50 55 206 0.76 0.73 0 0.19 238.08 0.61 0.5
Hex 32 37 CE 4C 49 0 13 EE 3D 32
Octal 62 67 316 114 111 0 23 356 75 62
Binary 110010 110111 11001110 1001100 1001001 0 10011 11101110 111101 110010

Color Harmonies of #3237CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3237CE

Black with #3237CE

Text Example


Text Example

White with #3237CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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