Html Css Color HEX #233ABA Persian Blue

📋 copy color: '#233ABA'

red 35 ◦ green 58 ◦ blue 186

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

Shades of Persian Blue #233ABA

Tints of Persian Blue #233ABA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.79%

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

R = 12.54%
G = 20.79%
B = 66.67%

CMYK

 C value IS 0.81

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#233ABA (or 0x233ABA) is known color: Persian Blue. HEX triplet: 23, 3A and BA. RGB value is (35,58,186). Sum of RGB (Red+Green+Blue) = 35+58+186=279 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.54% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 186 (73.05% from 255 or 66.67% from 279); Max value from RGB is 186 - color contains mainly: blue. Hex color #233ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233ABA is #DCC545. Grayscale: #414141. Windows color (decimal): -14468422 or 12204579. OLE color: 12204579.

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

Color convert

RGB 35 58 186 -
CMYK 0.81 0.69 0 0.27
HSL 230.86º 0.68% 0.43% -
HSV(B) 230.86º 0.81% 0.73% -
XYZ 11.07 6.93 47.21 -
YUV 65.72 195.88 106.09 -
System Red Green Blue C M Y K H S L
Decimal 35 58 186 0.81 0.69 0 0.27 230.86 0.68 0.43
Hex 23 3A BA 51 45 0 1B E7 44 2B
Octal 43 72 272 121 105 0 33 347 104 53
Binary 100011 111010 10111010 1010001 1000101 0 11011 11100111 1000100 101011

Color Harmonies of #233ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233ABA

Black with #233ABA

Text Example


Text Example

White with #233ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233ABA; }

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

 H1.HeaderClassName
 {
   color: #233ABA;
 }
 .AnyTagClassName
 {
   color: #233ABA;
 }
</style>

background-color css

<style>
 a { background-color: #233ABA; }

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

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

border-color css

<style>
 span { border-color: #233ABA; }

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

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