Html Css Color HEX #233FAE Persian Blue

📋 copy color: '#233FAE'

red 35 ◦ green 63 ◦ blue 174

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

Shades of Persian Blue #233FAE

Tints of Persian Blue #233FAE

RGB

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

 GREEN value IS 63 (25% from 255) = 23.16%

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

R = 12.87%
G = 23.16%
B = 63.97%

CMYK

 C value IS 0.80

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#233FAE (or 0x233FAE) is known color: Persian Blue. HEX triplet: 23, 3F and AE. RGB value is (35,63,174). Sum of RGB (Red+Green+Blue) = 35+63+174=272 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.87% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 174 (68.36% from 255 or 63.97% from 272); Max value from RGB is 174 - color contains mainly: blue. Hex color #233FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233FAE is #DCC051. Grayscale: #424242. Windows color (decimal): -14467154 or 11419427. OLE color: 11419427.

HSL color Cylindrical-coordinate representation of color #233FAE: hue angle of 227.91º 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 #233FAE is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 35 63 174 -
CMYK 0.80 0.64 0 0.32
HSL 227.91º 0.67% 0.41% -
HSV(B) 227.91º 0.8% 0.68% -
XYZ 10.11 6.97 40.86 -
YUV 67.28 188.22 104.97 -
System Red Green Blue C M Y K H S L
Decimal 35 63 174 0.80 0.64 0 0.32 227.91 0.67 0.41
Hex 23 3F AE 50 40 0 20 E4 43 29
Octal 43 77 256 120 100 0 40 344 103 51
Binary 100011 111111 10101110 1010000 1000000 0 100000 11100100 1000011 101001

Color Harmonies of #233FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233FAE

Black with #233FAE

Text Example


Text Example

White with #233FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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