Html Css Color HEX #233CCE Persian Blue

📋 copy color: '#233CCE'

red 35 ◦ green 60 ◦ blue 206

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

Shades of Persian Blue #233CCE

Tints of Persian Blue #233CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 68.44%

R = 11.63%
G = 19.93%
B = 68.44%

CMYK

 C value IS 0.83

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#233CCE (or 0x233CCE) is known color: Persian Blue. HEX triplet: 23, 3C and CE. RGB value is (35,60,206). Sum of RGB (Red+Green+Blue) = 35+60+206=301 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.63% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 206 (80.86% from 255 or 68.44% from 301); Max value from RGB is 206 - color contains mainly: blue. Hex color #233CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233CCE is #DCC331. Grayscale: #444444. Windows color (decimal): -14467890 or 13515811. OLE color: 13515811.

HSL color Cylindrical-coordinate representation of color #233CCE: hue angle of 231.23º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #233CCE is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 35 60 206 -
CMYK 0.83 0.71 0 0.19
HSL 231.23º 0.71% 0.47% -
HSV(B) 231.23º 0.83% 0.81% -
XYZ 13.45 8.05 59.24 -
YUV 69.17 205.22 103.63 -
System Red Green Blue C M Y K H S L
Decimal 35 60 206 0.83 0.71 0 0.19 231.23 0.71 0.47
Hex 23 3C CE 53 47 0 13 E7 47 2F
Octal 43 74 316 123 107 0 23 347 107 57
Binary 100011 111100 11001110 1010011 1000111 0 10011 11100111 1000111 101111

Color Harmonies of #233CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233CCE

Black with #233CCE

Text Example


Text Example

White with #233CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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