Html Css Color HEX #233CA5 Egyptian Blue

📋 copy color: '#233CA5'

red 35 ◦ green 60 ◦ blue 165

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

Shades of Egyptian Blue #233CA5

Tints of Egyptian Blue #233CA5

RGB

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

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

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

R = 13.46%
G = 23.08%
B = 63.46%

CMYK

 C value IS 0.79

 M value IS 0.64

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#233CA5 (or 0x233CA5) is known color: Egyptian Blue. HEX triplet: 23, 3C and A5. RGB value is (35,60,165). Sum of RGB (Red+Green+Blue) = 35+60+165=260 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.46% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 165 (64.84% from 255 or 63.46% from 260); Max value from RGB is 165 - color contains mainly: blue. Hex color #233CA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233CA5 is #DCC35A. Grayscale: #404040. Windows color (decimal): -14467931 or 10828835. OLE color: 10828835.

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

Color convert

RGB 35 60 165 -
CMYK 0.79 0.64 0 0.35
HSL 228.46º 0.65% 0.39% -
HSV(B) 228.46º 0.79% 0.65% -
XYZ 9.1 6.31 36.33 -
YUV 64.5 184.72 106.96 -
System Red Green Blue C M Y K H S L
Decimal 35 60 165 0.79 0.64 0 0.35 228.46 0.65 0.39
Hex 23 3C A5 4F 40 0 23 E4 41 27
Octal 43 74 245 117 100 0 43 344 101 47
Binary 100011 111100 10100101 1001111 1000000 0 100011 11100100 1000001 100111

Color Harmonies of #233CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233CA5

Black with #233CA5

Text Example


Text Example

White with #233CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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