Html Css Color HEX #2332CB Persian Blue

📋 copy color: '#2332CB'

red 35 ◦ green 50 ◦ blue 203

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

Shades of Persian Blue #2332CB

Tints of Persian Blue #2332CB

RGB

 RED value IS 35 (14.06% from 255) = 12.15%

 GREEN value IS 50 (19.92% from 255) = 17.36%

 BLUE value IS 203 (79.69% from 255) = 70.49%

R = 12.15%
G = 17.36%
B = 70.49%

CMYK

 C value IS 0.83

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2332CB (or 0x2332CB) is known color: Persian Blue. HEX triplet: 23, 32 and CB. RGB value is (35,50,203). Sum of RGB (Red+Green+Blue) = 35+50+203=288 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.15% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 203 (79.69% from 255 or 70.49% from 288); Max value from RGB is 203 - color contains mainly: blue. Hex color #2332CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2332CB is #DCCD34. Grayscale: #3E3E3E. Windows color (decimal): -14470453 or 13316643. OLE color: 13316643.

HSL color Cylindrical-coordinate representation of color #2332CB: hue angle of 234.64º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2332CB is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 35 50 203 -
CMYK 0.83 0.75 0 0.20
HSL 234.64º 0.71% 0.47% -
HSV(B) 234.64º 0.83% 0.8% -
XYZ 12.61 6.95 57.18 -
YUV 62.96 207.03 108.06 -
System Red Green Blue C M Y K H S L
Decimal 35 50 203 0.83 0.75 0 0.20 234.64 0.71 0.47
Hex 23 32 CB 53 4B 0 14 EB 47 2F
Octal 43 62 313 123 113 0 24 353 107 57
Binary 100011 110010 11001011 1010011 1001011 0 10100 11101011 1000111 101111

Color Harmonies of #2332CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2332CB

Black with #2332CB

Text Example


Text Example

White with #2332CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2332CB; }

 p { color: rgb(35,50,203); }

 H1.HeaderClassName
 {
   color: #2332CB;
 }
 .AnyTagClassName
 {
   color: #2332CB;
 }
</style>

background-color css

<style>
 a { background-color: #2332CB; }

 a { background-color: rgb(35,50,203); }

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

border-color css

<style>
 span { border-color: #2332CB; }

 span { border-color: rgb(35,50,203); }

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