Html Css Color HEX #232ACB Persian Blue

📋 copy color: '#232ACB'

red 35 ◦ green 42 ◦ blue 203

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

Shades of Persian Blue #232ACB

Tints of Persian Blue #232ACB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15%

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

R = 12.5%
G = 15%
B = 72.5%

CMYK

 C value IS 0.83

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#232ACB (or 0x232ACB) is known color: Persian Blue. HEX triplet: 23, 2A and CB. RGB value is (35,42,203). Sum of RGB (Red+Green+Blue) = 35+42+203=280 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.5% from 280); Green value is 42 (16.80% from 255 or 15% from 280); Blue value is 203 (79.69% from 255 or 72.5% from 280); Max value from RGB is 203 - color contains mainly: blue. Hex color #232ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232ACB is #DCD534. Grayscale: #393939. Windows color (decimal): -14472501 or 13314595. OLE color: 13314595.

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

Color convert

RGB 35 42 203 -
CMYK 0.83 0.79 0 0.20
HSL 237.5º 0.71% 0.47% -
HSV(B) 237.5º 0.83% 0.8% -
XYZ 12.3 6.33 57.07 -
YUV 58.26 209.68 111.41 -
System Red Green Blue C M Y K H S L
Decimal 35 42 203 0.83 0.79 0 0.20 237.5 0.71 0.47
Hex 23 2A CB 53 4F 0 14 EE 47 2F
Octal 43 52 313 123 117 0 24 356 107 57
Binary 100011 101010 11001011 1010011 1001111 0 10100 11101110 1000111 101111

Color Harmonies of #232ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232ACB

Black with #232ACB

Text Example


Text Example

White with #232ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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