Html Css Color HEX #232BCE Persian Blue

📋 copy color: '#232BCE'

red 35 ◦ green 43 ◦ blue 206

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

Shades of Persian Blue #232BCE

Tints of Persian Blue #232BCE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.14%

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

R = 12.32%
G = 15.14%
B = 72.54%

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

#232BCE (or 0x232BCE) is known color: Persian Blue. HEX triplet: 23, 2B and CE. RGB value is (35,43,206). Sum of RGB (Red+Green+Blue) = 35+43+206=284 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.32% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 206 (80.86% from 255 or 72.54% from 284); Max value from RGB is 206 - color contains mainly: blue. Hex color #232BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232BCE is #DCD431. Grayscale: #3A3A3A. Windows color (decimal): -14472242 or 13511459. OLE color: 13511459.

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

Color convert

RGB 35 43 206 -
CMYK 0.83 0.79 0 0.19
HSL 237.19º 0.71% 0.47% -
HSV(B) 237.19º 0.83% 0.81% -
XYZ 12.7 6.54 58.99 -
YUV 59.19 210.85 110.75 -
System Red Green Blue C M Y K H S L
Decimal 35 43 206 0.83 0.79 0 0.19 237.19 0.71 0.47
Hex 23 2B CE 53 4F 0 13 ED 47 2F
Octal 43 53 316 123 117 0 23 355 107 57
Binary 100011 101011 11001110 1010011 1001111 0 10011 11101101 1000111 101111

Color Harmonies of #232BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232BCE

Black with #232BCE

Text Example


Text Example

White with #232BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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