Html Css Color HEX #2332CC Persian Blue

📋 copy color: '#2332CC'

red 35 ◦ green 50 ◦ blue 204

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

Shades of Persian Blue #2332CC

Tints of Persian Blue #2332CC

RGB

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

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

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

R = 12.11%
G = 17.3%
B = 70.59%

CMYK

 C value IS 0.83

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2332CC (or 0x2332CC) is known color: Persian Blue. HEX triplet: 23, 32 and CC. RGB value is (35,50,204). Sum of RGB (Red+Green+Blue) = 35+50+204=289 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.11% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 204 (80.08% from 255 or 70.59% from 289); Max value from RGB is 204 - color contains mainly: blue. Hex color #2332CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2332CC is #DCCD33. Grayscale: #3E3E3E. Windows color (decimal): -14470452 or 13382179. OLE color: 13382179.

HSL color Cylindrical-coordinate representation of color #2332CC: hue angle of 234.67º 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 #2332CC is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 35 50 204 -
CMYK 0.83 0.75 0 0.2
HSL 234.67º 0.71% 0.47% -
HSV(B) 234.67º 0.83% 0.8% -
XYZ 12.73 7 57.81 -
YUV 63.07 207.53 107.98 -
System Red Green Blue C M Y K H S L
Decimal 35 50 204 0.83 0.75 0 0.2 234.67 0.71 0.47
Hex 23 32 CC 53 4B 0 14 EB 47 2F
Octal 43 62 314 123 113 0 24 353 107 57
Binary 100011 110010 11001100 1010011 1001011 0 10100 11101011 1000111 101111

Color Harmonies of #2332CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2332CC

Black with #2332CC

Text Example


Text Example

White with #2332CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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