Html Css Color HEX #232ABC Persian Blue

📋 copy color: '#232ABC'

red 35 ◦ green 42 ◦ blue 188

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

Shades of Persian Blue #232ABC

Tints of Persian Blue #232ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 70.94%

R = 13.21%
G = 15.85%
B = 70.94%

CMYK

 C value IS 0.81

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#232ABC (or 0x232ABC) is known color: Persian Blue. HEX triplet: 23, 2A and BC. RGB value is (35,42,188). Sum of RGB (Red+Green+Blue) = 35+42+188=265 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.21% from 265); Green value is 42 (16.80% from 255 or 15.85% from 265); Blue value is 188 (73.83% from 255 or 70.94% from 265); Max value from RGB is 188 - color contains mainly: blue. Hex color #232ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232ABC is #DCD543. Grayscale: #373737. Windows color (decimal): -14472516 or 12331555. OLE color: 12331555.

HSL color Cylindrical-coordinate representation of color #232ABC: hue angle of 237.25º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #232ABC is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 35 42 188 -
CMYK 0.81 0.78 0 0.26
HSL 237.25º 0.69% 0.44% -
HSV(B) 237.25º 0.81% 0.74% -
XYZ 10.6 5.64 48.11 -
YUV 56.55 202.18 112.63 -
System Red Green Blue C M Y K H S L
Decimal 35 42 188 0.81 0.78 0 0.26 237.25 0.69 0.44
Hex 23 2A BC 51 4E 0 1A ED 45 2C
Octal 43 52 274 121 116 0 32 355 105 54
Binary 100011 101010 10111100 1010001 1001110 0 11010 11101101 1000101 101100

Color Harmonies of #232ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232ABC

Black with #232ABC

Text Example


Text Example

White with #232ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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