Html Css Color HEX #232CBA Persian Blue

📋 copy color: '#232CBA'

red 35 ◦ green 44 ◦ blue 186

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

Shades of Persian Blue #232CBA

Tints of Persian Blue #232CBA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.6%

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

R = 13.21%
G = 16.6%
B = 70.19%

CMYK

 C value IS 0.81

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#232CBA (or 0x232CBA) is known color: Persian Blue. HEX triplet: 23, 2C and BA. RGB value is (35,44,186). Sum of RGB (Red+Green+Blue) = 35+44+186=265 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.21% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 186 (73.05% from 255 or 70.19% from 265); Max value from RGB is 186 - color contains mainly: blue. Hex color #232CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232CBA is #DCD345. Grayscale: #383838. Windows color (decimal): -14472006 or 12200995. OLE color: 12200995.

HSL color Cylindrical-coordinate representation of color #232CBA: hue angle of 236.42º 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 #232CBA is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 35 44 186 -
CMYK 0.81 0.76 0 0.27
HSL 236.42º 0.68% 0.43% -
HSV(B) 236.42º 0.81% 0.73% -
XYZ 10.46 5.7 47 -
YUV 57.5 200.52 111.95 -
System Red Green Blue C M Y K H S L
Decimal 35 44 186 0.81 0.76 0 0.27 236.42 0.68 0.43
Hex 23 2C BA 51 4C 0 1B EC 44 2B
Octal 43 54 272 121 114 0 33 354 104 53
Binary 100011 101100 10111010 1010001 1001100 0 11011 11101100 1000100 101011

Color Harmonies of #232CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232CBA

Black with #232CBA

Text Example


Text Example

White with #232CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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