Html Css Color HEX #232BB5 Persian Blue

📋 copy color: '#232BB5'

red 35 ◦ green 43 ◦ blue 181

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

Shades of Persian Blue #232BB5

Tints of Persian Blue #232BB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 69.88%

R = 13.51%
G = 16.6%
B = 69.88%

CMYK

 C value IS 0.81

 M value IS 0.76

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#232BB5 (or 0x232BB5) is known color: Persian Blue. HEX triplet: 23, 2B and B5. RGB value is (35,43,181). Sum of RGB (Red+Green+Blue) = 35+43+181=259 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.51% from 259); Green value is 43 (17.19% from 255 or 16.60% from 259); Blue value is 181 (71.09% from 255 or 69.88% from 259); Max value from RGB is 181 - color contains mainly: blue. Hex color #232BB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232BB5 is #DCD44A. Grayscale: #373737. Windows color (decimal): -14472267 or 11873059. OLE color: 11873059.

HSL color Cylindrical-coordinate representation of color #232BB5: hue angle of 236.71º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #232BB5 is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 35 43 181 -
CMYK 0.81 0.76 0 0.29
HSL 236.71º 0.68% 0.42% -
HSV(B) 236.71º 0.81% 0.71% -
XYZ 9.9 5.42 44.24 -
YUV 56.34 198.35 112.78 -
System Red Green Blue C M Y K H S L
Decimal 35 43 181 0.81 0.76 0 0.29 236.71 0.68 0.42
Hex 23 2B B5 51 4C 0 1D ED 44 2A
Octal 43 53 265 121 114 0 35 355 104 52
Binary 100011 101011 10110101 1010001 1001100 0 11101 11101101 1000100 101010

Color Harmonies of #232BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232BB5

Black with #232BB5

Text Example


Text Example

White with #232BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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