Html Css Color HEX #232ECB Persian Blue

📋 copy color: '#232ECB'

red 35 ◦ green 46 ◦ blue 203

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

Shades of Persian Blue #232ECB

Tints of Persian Blue #232ECB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.2%

 BLUE value IS 203 (79.69% from 255) = 71.48%

R = 12.32%
G = 16.2%
B = 71.48%

CMYK

 C value IS 0.83

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#232ECB (or 0x232ECB) is known color: Persian Blue. HEX triplet: 23, 2E and CB. RGB value is (35,46,203). Sum of RGB (Red+Green+Blue) = 35+46+203=284 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.32% from 284); Green value is 46 (18.36% from 255 or 16.20% from 284); Blue value is 203 (79.69% from 255 or 71.48% from 284); Max value from RGB is 203 - color contains mainly: blue. Hex color #232ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232ECB is #DCD134. Grayscale: #3B3B3B. Windows color (decimal): -14471477 or 13315619. OLE color: 13315619.

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

Color convert

RGB 35 46 203 -
CMYK 0.83 0.77 0 0.20
HSL 236.07º 0.71% 0.47% -
HSV(B) 236.07º 0.83% 0.8% -
XYZ 12.45 6.62 57.12 -
YUV 60.61 208.36 109.73 -
System Red Green Blue C M Y K H S L
Decimal 35 46 203 0.83 0.77 0 0.20 236.07 0.71 0.47
Hex 23 2E CB 53 4D 0 14 EC 47 2F
Octal 43 56 313 123 115 0 24 354 107 57
Binary 100011 101110 11001011 1010011 1001101 0 10100 11101100 1000111 101111

Color Harmonies of #232ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232ECB

Black with #232ECB

Text Example


Text Example

White with #232ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,46,203); }

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

background-color css

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

 a { background-color: rgb(35,46,203); }

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

border-color css

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

 span { border-color: rgb(35,46,203); }

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