Html Css Color HEX #232D90 Egyptian Blue

📋 copy color: '#232D90'

red 35 ◦ green 45 ◦ blue 144

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

Shades of Egyptian Blue #232D90

Tints of Egyptian Blue #232D90

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.09%

 BLUE value IS 144 (56.64% from 255) = 64.29%

R = 15.63%
G = 20.09%
B = 64.29%

CMYK

 C value IS 0.76

 M value IS 0.69

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#232D90 (or 0x232D90) is known color: Egyptian Blue. HEX triplet: 23, 2D and 90. RGB value is (35,45,144). Sum of RGB (Red+Green+Blue) = 35+45+144=224 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.62% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 144 (56.64% from 255 or 64.29% from 224); Max value from RGB is 144 - color contains mainly: blue. Hex color #232D90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232D90 is #DCD26F. Grayscale: #343434. Windows color (decimal): -14471792 or 9448739. OLE color: 9448739.

HSL color Cylindrical-coordinate representation of color #232D90: hue angle of 234.5º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #232D90 is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 35 45 144 -
CMYK 0.76 0.69 0 0.44
HSL 234.5º 0.61% 0.35% -
HSV(B) 234.5º 0.76% 0.56% -
XYZ 6.67 4.25 26.85 -
YUV 53.3 179.19 114.95 -
System Red Green Blue C M Y K H S L
Decimal 35 45 144 0.76 0.69 0 0.44 234.5 0.61 0.35
Hex 23 2D 90 4C 45 0 2C EA 3D 23
Octal 43 55 220 114 105 0 54 352 75 43
Binary 100011 101101 10010000 1001100 1000101 0 101100 11101010 111101 100011

Color Harmonies of #232D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232D90

Black with #232D90

Text Example


Text Example

White with #232D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,45,144); }

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

background-color css

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

 a { background-color: rgb(35,45,144); }

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

border-color css

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

 span { border-color: rgb(35,45,144); }

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