Html Css Color HEX #232BBA Persian Blue

📋 copy color: '#232BBA'

red 35 ◦ green 43 ◦ blue 186

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

Shades of Persian Blue #232BBA

Tints of Persian Blue #232BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 70.45%

R = 13.26%
G = 16.29%
B = 70.45%

CMYK

 C value IS 0.81

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#232BBA (or 0x232BBA) is known color: Persian Blue. HEX triplet: 23, 2B and BA. RGB value is (35,43,186). Sum of RGB (Red+Green+Blue) = 35+43+186=264 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.26% from 264); Green value is 43 (17.19% from 255 or 16.29% from 264); Blue value is 186 (73.05% from 255 or 70.45% from 264); Max value from RGB is 186 - color contains mainly: blue. Hex color #232BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232BBA is #DCD445. Grayscale: #383838. Windows color (decimal): -14472262 or 12200739. OLE color: 12200739.

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

Color convert

RGB 35 43 186 -
CMYK 0.81 0.77 0 0.27
HSL 236.82º 0.68% 0.43% -
HSV(B) 236.82º 0.81% 0.73% -
XYZ 10.42 5.63 46.99 -
YUV 56.91 200.85 112.37 -
System Red Green Blue C M Y K H S L
Decimal 35 43 186 0.81 0.77 0 0.27 236.82 0.68 0.43
Hex 23 2B BA 51 4D 0 1B ED 44 2B
Octal 43 53 272 121 115 0 33 355 104 53
Binary 100011 101011 10111010 1010001 1001101 0 11011 11101101 1000100 101011

Color Harmonies of #232BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232BBA

Black with #232BBA

Text Example


Text Example

White with #232BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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