Html Css Color HEX #233AAE Persian Blue

📋 copy color: '#233AAE'

red 35 ◦ green 58 ◦ blue 174

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

Shades of Persian Blue #233AAE

Tints of Persian Blue #233AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 65.17%

R = 13.11%
G = 21.72%
B = 65.17%

CMYK

 C value IS 0.80

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#233AAE (or 0x233AAE) is known color: Persian Blue. HEX triplet: 23, 3A and AE. RGB value is (35,58,174). Sum of RGB (Red+Green+Blue) = 35+58+174=267 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.11% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 174 (68.36% from 255 or 65.17% from 267); Max value from RGB is 174 - color contains mainly: blue. Hex color #233AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233AAE is #DCC551. Grayscale: #3F3F3F. Windows color (decimal): -14468434 or 11418147. OLE color: 11418147.

HSL color Cylindrical-coordinate representation of color #233AAE: hue angle of 230.07º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #233AAE is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 35 58 174 -
CMYK 0.80 0.67 0 0.32
HSL 230.07º 0.67% 0.41% -
HSV(B) 230.07º 0.8% 0.68% -
XYZ 9.85 6.44 40.77 -
YUV 64.35 189.88 107.07 -
System Red Green Blue C M Y K H S L
Decimal 35 58 174 0.80 0.67 0 0.32 230.07 0.67 0.41
Hex 23 3A AE 50 43 0 20 E6 43 29
Octal 43 72 256 120 103 0 40 346 103 51
Binary 100011 111010 10101110 1010000 1000011 0 100000 11100110 1000011 101001

Color Harmonies of #233AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233AAE

Black with #233AAE

Text Example


Text Example

White with #233AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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