Html Css Color HEX #232D9B Egyptian Blue

📋 copy color: '#232D9B'

red 35 ◦ green 45 ◦ blue 155

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

Shades of Egyptian Blue #232D9B

Tints of Egyptian Blue #232D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 65.96%

R = 14.89%
G = 19.15%
B = 65.96%

CMYK

 C value IS 0.77

 M value IS 0.71

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#232D9B (or 0x232D9B) is known color: Egyptian Blue. HEX triplet: 23, 2D and 9B. RGB value is (35,45,155). Sum of RGB (Red+Green+Blue) = 35+45+155=235 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.89% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 155 (60.94% from 255 or 65.96% from 235); Max value from RGB is 155 - color contains mainly: blue. Hex color #232D9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232D9B is #DCD264. Grayscale: #363636. Windows color (decimal): -14471781 or 10169635. OLE color: 10169635.

HSL color Cylindrical-coordinate representation of color #232D9B: hue angle of 235º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #232D9B is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 35 45 155 -
CMYK 0.77 0.71 0 0.39
HSL 235º 0.63% 0.37% -
HSV(B) 235º 0.77% 0.61% -
XYZ 7.55 4.6 31.5 -
YUV 54.55 184.69 114.06 -
System Red Green Blue C M Y K H S L
Decimal 35 45 155 0.77 0.71 0 0.39 235 0.63 0.37
Hex 23 2D 9B 4D 47 0 27 EB 3F 25
Octal 43 55 233 115 107 0 47 353 77 45
Binary 100011 101101 10011011 1001101 1000111 0 100111 11101011 111111 100101

Color Harmonies of #232D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232D9B

Black with #232D9B

Text Example


Text Example

White with #232D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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