Html Css Color HEX #233BAA Persian Blue

📋 copy color: '#233BAA'

red 35 ◦ green 59 ◦ blue 170

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

Shades of Persian Blue #233BAA

Tints of Persian Blue #233BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 64.39%

R = 13.26%
G = 22.35%
B = 64.39%

CMYK

 C value IS 0.79

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#233BAA (or 0x233BAA) is known color: Persian Blue. HEX triplet: 23, 3B and AA. RGB value is (35,59,170). Sum of RGB (Red+Green+Blue) = 35+59+170=264 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.26% from 264); Green value is 59 (23.44% from 255 or 22.35% from 264); Blue value is 170 (66.80% from 255 or 64.39% from 264); Max value from RGB is 170 - color contains mainly: blue. Hex color #233BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233BAA is #DCC455. Grayscale: #404040. Windows color (decimal): -14468182 or 11156259. OLE color: 11156259.

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

Color convert

RGB 35 59 170 -
CMYK 0.79 0.65 0 0.33
HSL 229.33º 0.66% 0.4% -
HSV(B) 229.33º 0.79% 0.67% -
XYZ 9.51 6.39 38.76 -
YUV 64.48 187.55 106.97 -
System Red Green Blue C M Y K H S L
Decimal 35 59 170 0.79 0.65 0 0.33 229.33 0.66 0.4
Hex 23 3B AA 4F 41 0 21 E5 42 28
Octal 43 73 252 117 101 0 41 345 102 50
Binary 100011 111011 10101010 1001111 1000001 0 100001 11100101 1000010 101000

Color Harmonies of #233BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233BAA

Black with #233BAA

Text Example


Text Example

White with #233BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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