Html Css Color HEX #232BCC Persian Blue

📋 copy color: '#232BCC'

red 35 ◦ green 43 ◦ blue 204

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

Shades of Persian Blue #232BCC

Tints of Persian Blue #232BCC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.25%

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

R = 12.41%
G = 15.25%
B = 72.34%

CMYK

 C value IS 0.83

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#232BCC (or 0x232BCC) is known color: Persian Blue. HEX triplet: 23, 2B and CC. RGB value is (35,43,204). Sum of RGB (Red+Green+Blue) = 35+43+204=282 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.41% from 282); Green value is 43 (17.19% from 255 or 15.25% from 282); Blue value is 204 (80.08% from 255 or 72.34% from 282); Max value from RGB is 204 - color contains mainly: blue. Hex color #232BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232BCC is #DCD433. Grayscale: #3A3A3A. Windows color (decimal): -14472244 or 13380387. OLE color: 13380387.

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

Color convert

RGB 35 43 204 -
CMYK 0.83 0.79 0 0.2
HSL 237.16º 0.71% 0.47% -
HSV(B) 237.16º 0.83% 0.8% -
XYZ 12.46 6.44 57.71 -
YUV 58.96 209.85 110.91 -
System Red Green Blue C M Y K H S L
Decimal 35 43 204 0.83 0.79 0 0.2 237.16 0.71 0.47
Hex 23 2B CC 53 4F 0 14 ED 47 2F
Octal 43 53 314 123 117 0 24 355 107 57
Binary 100011 101011 11001100 1010011 1001111 0 10100 11101101 1000111 101111

Color Harmonies of #232BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232BCC

Black with #232BCC

Text Example


Text Example

White with #232BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232BCC; }

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

 H1.HeaderClassName
 {
   color: #232BCC;
 }
 .AnyTagClassName
 {
   color: #232BCC;
 }
</style>

background-color css

<style>
 a { background-color: #232BCC; }

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

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

border-color css

<style>
 span { border-color: #232BCC; }

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

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