Html Css Color HEX #233BAB Persian Blue

📋 copy color: '#233BAB'

red 35 ◦ green 59 ◦ blue 171

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

Shades of Persian Blue #233BAB

Tints of Persian Blue #233BAB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.26%

 BLUE value IS 171 (67.19% from 255) = 64.53%

R = 13.21%
G = 22.26%
B = 64.53%

CMYK

 C value IS 0.80

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#233BAB (or 0x233BAB) is known color: Persian Blue. HEX triplet: 23, 3B and AB. RGB value is (35,59,171). Sum of RGB (Red+Green+Blue) = 35+59+171=265 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.21% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 171 (67.19% from 255 or 64.53% from 265); Max value from RGB is 171 - color contains mainly: blue. Hex color #233BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233BAB is #DCC454. Grayscale: #404040. Windows color (decimal): -14468181 or 11221795. OLE color: 11221795.

HSL color Cylindrical-coordinate representation of color #233BAB: hue angle of 229.41º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #233BAB is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 59 171 -
CMYK 0.80 0.65 0 0.33
HSL 229.41º 0.66% 0.4% -
HSV(B) 229.41º 0.8% 0.67% -
XYZ 9.61 6.43 39.26 -
YUV 64.59 188.05 106.89 -
System Red Green Blue C M Y K H S L
Decimal 35 59 171 0.80 0.65 0 0.33 229.41 0.66 0.4
Hex 23 3B AB 50 41 0 21 E5 42 28
Octal 43 73 253 120 101 0 41 345 102 50
Binary 100011 111011 10101011 1010000 1000001 0 100001 11100101 1000010 101000

Color Harmonies of #233BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233BAB

Black with #233BAB

Text Example


Text Example

White with #233BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,59,171); }

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

background-color css

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

 a { background-color: rgb(35,59,171); }

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

border-color css

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

 span { border-color: rgb(35,59,171); }

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