Html Css Color HEX #233CCC Persian Blue

📋 copy color: '#233CCC'

red 35 ◦ green 60 ◦ blue 204

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

Shades of Persian Blue #233CCC

Tints of Persian Blue #233CCC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.07%

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

R = 11.71%
G = 20.07%
B = 68.23%

CMYK

 C value IS 0.83

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#233CCC (or 0x233CCC) is known color: Persian Blue. HEX triplet: 23, 3C and CC. RGB value is (35,60,204). Sum of RGB (Red+Green+Blue) = 35+60+204=299 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.71% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 204 (80.08% from 255 or 68.23% from 299); Max value from RGB is 204 - color contains mainly: blue. Hex color #233CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233CCC is #DCC333. Grayscale: #444444. Windows color (decimal): -14467892 or 13384739. OLE color: 13384739.

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

Color convert

RGB 35 60 204 -
CMYK 0.83 0.71 0 0.2
HSL 231.12º 0.71% 0.47% -
HSV(B) 231.12º 0.83% 0.8% -
XYZ 13.21 7.95 57.96 -
YUV 68.94 204.22 103.79 -
System Red Green Blue C M Y K H S L
Decimal 35 60 204 0.83 0.71 0 0.2 231.12 0.71 0.47
Hex 23 3C CC 53 47 0 14 E7 47 2F
Octal 43 74 314 123 107 0 24 347 107 57
Binary 100011 111100 11001100 1010011 1000111 0 10100 11100111 1000111 101111

Color Harmonies of #233CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233CCC

Black with #233CCC

Text Example


Text Example

White with #233CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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