Html Css Color HEX #232ABB Persian Blue

📋 copy color: '#232ABB'

red 35 ◦ green 42 ◦ blue 187

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

Shades of Persian Blue #232ABB

Tints of Persian Blue #232ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 70.83%

R = 13.26%
G = 15.91%
B = 70.83%

CMYK

 C value IS 0.81

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#232ABB (or 0x232ABB) is known color: Persian Blue. HEX triplet: 23, 2A and BB. RGB value is (35,42,187). Sum of RGB (Red+Green+Blue) = 35+42+187=264 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.26% from 264); Green value is 42 (16.80% from 255 or 15.91% from 264); Blue value is 187 (73.44% from 255 or 70.83% from 264); Max value from RGB is 187 - color contains mainly: blue. Hex color #232ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232ABB is #DCD544. Grayscale: #373737. Windows color (decimal): -14472517 or 12266019. OLE color: 12266019.

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

Color convert

RGB 35 42 187 -
CMYK 0.81 0.78 0 0.27
HSL 237.24º 0.68% 0.44% -
HSV(B) 237.24º 0.81% 0.73% -
XYZ 10.49 5.6 47.54 -
YUV 56.44 201.68 112.71 -
System Red Green Blue C M Y K H S L
Decimal 35 42 187 0.81 0.78 0 0.27 237.24 0.68 0.44
Hex 23 2A BB 51 4E 0 1B ED 44 2C
Octal 43 52 273 121 116 0 33 355 104 54
Binary 100011 101010 10111011 1010001 1001110 0 11011 11101101 1000100 101100

Color Harmonies of #232ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232ABB

Black with #232ABB

Text Example


Text Example

White with #232ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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