Html Css Color HEX #233CAA Persian Blue

📋 copy color: '#233CAA'

red 35 ◦ green 60 ◦ blue 170

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

Shades of Persian Blue #233CAA

Tints of Persian Blue #233CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.64%

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

R = 13.21%
G = 22.64%
B = 64.15%

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

#233CAA (or 0x233CAA) is known color: Persian Blue. HEX triplet: 23, 3C and AA. RGB value is (35,60,170). Sum of RGB (Red+Green+Blue) = 35+60+170=265 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.21% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 170 (66.80% from 255 or 64.15% from 265); Max value from RGB is 170 - color contains mainly: blue. Hex color #233CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233CAA is #DCC355. Grayscale: #404040. Windows color (decimal): -14467926 or 11156515. OLE color: 11156515.

HSL color Cylindrical-coordinate representation of color #233CAA: hue angle of 228.89º 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 #233CAA is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 60 170 -
CMYK 0.79 0.65 0 0.33
HSL 228.89º 0.66% 0.4% -
HSV(B) 228.89º 0.79% 0.67% -
XYZ 9.56 6.49 38.78 -
YUV 65.07 187.22 106.56 -
System Red Green Blue C M Y K H S L
Decimal 35 60 170 0.79 0.65 0 0.33 228.89 0.66 0.4
Hex 23 3C AA 4F 41 0 21 E5 42 28
Octal 43 74 252 117 101 0 41 345 102 50
Binary 100011 111100 10101010 1001111 1000001 0 100001 11100101 1000010 101000

Color Harmonies of #233CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233CAA

Black with #233CAA

Text Example


Text Example

White with #233CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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