Html Css Color HEX #233BCC Persian Blue

📋 copy color: '#233BCC'

red 35 ◦ green 59 ◦ blue 204

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

Shades of Persian Blue #233BCC

Tints of Persian Blue #233BCC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.8%

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

R = 11.74%
G = 19.8%
B = 68.46%

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

#233BCC (or 0x233BCC) is known color: Persian Blue. HEX triplet: 23, 3B and CC. RGB value is (35,59,204). Sum of RGB (Red+Green+Blue) = 35+59+204=298 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.74% from 298); Green value is 59 (23.44% from 255 or 19.80% from 298); Blue value is 204 (80.08% from 255 or 68.46% from 298); Max value from RGB is 204 - color contains mainly: blue. Hex color #233BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233BCC is #DCC433. Grayscale: #434343. Windows color (decimal): -14468148 or 13384483. OLE color: 13384483.

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

Color convert

RGB 35 59 204 -
CMYK 0.83 0.71 0 0.2
HSL 231.48º 0.71% 0.47% -
HSV(B) 231.48º 0.83% 0.8% -
XYZ 13.16 7.84 57.95 -
YUV 68.35 204.55 104.21 -
System Red Green Blue C M Y K H S L
Decimal 35 59 204 0.83 0.71 0 0.2 231.48 0.71 0.47
Hex 23 3B CC 53 47 0 14 E7 47 2F
Octal 43 73 314 123 107 0 24 347 107 57
Binary 100011 111011 11001100 1010011 1000111 0 10100 11100111 1000111 101111

Color Harmonies of #233BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233BCC

Black with #233BCC

Text Example


Text Example

White with #233BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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