Html Css Color HEX #232BB6 Persian Blue

📋 copy color: '#232BB6'

red 35 ◦ green 43 ◦ blue 182

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

Shades of Persian Blue #232BB6

Tints of Persian Blue #232BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 70%

R = 13.46%
G = 16.54%
B = 70%

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

#232BB6 (or 0x232BB6) is known color: Persian Blue. HEX triplet: 23, 2B and B6. RGB value is (35,43,182). Sum of RGB (Red+Green+Blue) = 35+43+182=260 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.46% from 260); Green value is 43 (17.19% from 255 or 16.54% from 260); Blue value is 182 (71.48% from 255 or 70% from 260); Max value from RGB is 182 - color contains mainly: blue. Hex color #232BB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232BB6 is #DCD449. Grayscale: #373737. Windows color (decimal): -14472266 or 11938595. OLE color: 11938595.

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

Color convert

RGB 35 43 182 -
CMYK 0.81 0.76 0 0.29
HSL 236.73º 0.68% 0.43% -
HSV(B) 236.73º 0.81% 0.71% -
XYZ 10 5.46 44.78 -
YUV 56.45 198.85 112.7 -
System Red Green Blue C M Y K H S L
Decimal 35 43 182 0.81 0.76 0 0.29 236.73 0.68 0.43
Hex 23 2B B6 51 4C 0 1D ED 44 2B
Octal 43 53 266 121 114 0 35 355 104 53
Binary 100011 101011 10110110 1010001 1001100 0 11101 11101101 1000100 101011

Color Harmonies of #232BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232BB6

Black with #232BB6

Text Example


Text Example

White with #232BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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