Html Css Color HEX #232CA5 Egyptian Blue

📋 copy color: '#232CA5'

red 35 ◦ green 44 ◦ blue 165

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

Shades of Egyptian Blue #232CA5

Tints of Egyptian Blue #232CA5

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.03%

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

R = 14.34%
G = 18.03%
B = 67.62%

CMYK

 C value IS 0.79

 M value IS 0.73

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#232CA5 (or 0x232CA5) is known color: Egyptian Blue. HEX triplet: 23, 2C and A5. RGB value is (35,44,165). Sum of RGB (Red+Green+Blue) = 35+44+165=244 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.34% from 244); Green value is 44 (17.58% from 255 or 18.03% from 244); Blue value is 165 (64.84% from 255 or 67.62% from 244); Max value from RGB is 165 - color contains mainly: blue. Hex color #232CA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232CA5 is #DCD35A. Grayscale: #363636. Windows color (decimal): -14472027 or 10824739. OLE color: 10824739.

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

Color convert

RGB 35 44 165 -
CMYK 0.79 0.73 0 0.35
HSL 235.85º 0.65% 0.39% -
HSV(B) 235.85º 0.79% 0.65% -
XYZ 8.39 4.88 36.1 -
YUV 55.1 190.02 113.66 -
System Red Green Blue C M Y K H S L
Decimal 35 44 165 0.79 0.73 0 0.35 235.85 0.65 0.39
Hex 23 2C A5 4F 49 0 23 EC 41 27
Octal 43 54 245 117 111 0 43 354 101 47
Binary 100011 101100 10100101 1001111 1001001 0 100011 11101100 1000001 100111

Color Harmonies of #232CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232CA5

Black with #232CA5

Text Example


Text Example

White with #232CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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