Html Css Color HEX #232CCC Persian Blue

📋 copy color: '#232CCC'

red 35 ◦ green 44 ◦ blue 204

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

Shades of Persian Blue #232CCC

Tints of Persian Blue #232CCC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.55%

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

R = 12.37%
G = 15.55%
B = 72.08%

CMYK

 C value IS 0.83

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#232CCC (or 0x232CCC) is known color: Persian Blue. HEX triplet: 23, 2C and CC. RGB value is (35,44,204). Sum of RGB (Red+Green+Blue) = 35+44+204=283 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.37% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 204 (80.08% from 255 or 72.08% from 283); Max value from RGB is 204 - color contains mainly: blue. Hex color #232CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232CCC is #DCD333. Grayscale: #3A3A3A. Windows color (decimal): -14471988 or 13380643. OLE color: 13380643.

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

Color convert

RGB 35 44 204 -
CMYK 0.83 0.78 0 0.2
HSL 236.8º 0.71% 0.47% -
HSV(B) 236.8º 0.83% 0.8% -
XYZ 12.49 6.52 57.73 -
YUV 59.55 209.52 110.49 -
System Red Green Blue C M Y K H S L
Decimal 35 44 204 0.83 0.78 0 0.2 236.8 0.71 0.47
Hex 23 2C CC 53 4E 0 14 ED 47 2F
Octal 43 54 314 123 116 0 24 355 107 57
Binary 100011 101100 11001100 1010011 1001110 0 10100 11101101 1000111 101111

Color Harmonies of #232CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232CCC

Black with #232CCC

Text Example


Text Example

White with #232CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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