Html Css Color HEX #232CCE Persian Blue

📋 copy color: '#232CCE'

red 35 ◦ green 44 ◦ blue 206

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

Shades of Persian Blue #232CCE

Tints of Persian Blue #232CCE

RGB

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

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

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

R = 12.28%
G = 15.44%
B = 72.28%

CMYK

 C value IS 0.83

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#232CCE (or 0x232CCE) is known color: Persian Blue. HEX triplet: 23, 2C and CE. RGB value is (35,44,206). Sum of RGB (Red+Green+Blue) = 35+44+206=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 44 (17.58% from 255 or 15.44% from 285); Blue value is 206 (80.86% from 255 or 72.28% from 285); Max value from RGB is 206 - color contains mainly: blue. Hex color #232CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232CCE is #DCD331. Grayscale: #3B3B3B. Windows color (decimal): -14471986 or 13511715. OLE color: 13511715.

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

Color convert

RGB 35 44 206 -
CMYK 0.83 0.79 0 0.19
HSL 236.84º 0.71% 0.47% -
HSV(B) 236.84º 0.83% 0.81% -
XYZ 12.73 6.61 59 -
YUV 59.78 210.52 110.33 -
System Red Green Blue C M Y K H S L
Decimal 35 44 206 0.83 0.79 0 0.19 236.84 0.71 0.47
Hex 23 2C CE 53 4F 0 13 ED 47 2F
Octal 43 54 316 123 117 0 23 355 107 57
Binary 100011 101100 11001110 1010011 1001111 0 10011 11101101 1000111 101111

Color Harmonies of #232CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232CCE

Black with #232CCE

Text Example


Text Example

White with #232CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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