Html Css Color HEX #233FA5 Egyptian Blue

📋 copy color: '#233FA5'

red 35 ◦ green 63 ◦ blue 165

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

Shades of Egyptian Blue #233FA5

Tints of Egyptian Blue #233FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 62.74%

R = 13.31%
G = 23.95%
B = 62.74%

CMYK

 C value IS 0.79

 M value IS 0.62

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#233FA5 (or 0x233FA5) is known color: Egyptian Blue. HEX triplet: 23, 3F and A5. RGB value is (35,63,165). Sum of RGB (Red+Green+Blue) = 35+63+165=263 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.31% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 165 (64.84% from 255 or 62.74% from 263); Max value from RGB is 165 - color contains mainly: blue. Hex color #233FA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233FA5 is #DCC05A. Grayscale: #414141. Windows color (decimal): -14467163 or 10829603. OLE color: 10829603.

HSL color Cylindrical-coordinate representation of color #233FA5: hue angle of 227.08º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #233FA5 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 35 63 165 -
CMYK 0.79 0.62 0 0.35
HSL 227.08º 0.65% 0.39% -
HSV(B) 227.08º 0.79% 0.65% -
XYZ 9.26 6.63 36.39 -
YUV 66.26 183.72 105.71 -
System Red Green Blue C M Y K H S L
Decimal 35 63 165 0.79 0.62 0 0.35 227.08 0.65 0.39
Hex 23 3F A5 4F 3E 0 23 E3 41 27
Octal 43 77 245 117 76 0 43 343 101 47
Binary 100011 111111 10100101 1001111 111110 0 100011 11100011 1000001 100111

Color Harmonies of #233FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233FA5

Black with #233FA5

Text Example


Text Example

White with #233FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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