Html Css Color HEX #23439B Egyptian Blue

📋 copy color: '#23439B'

red 35 ◦ green 67 ◦ blue 155

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

Shades of Egyptian Blue #23439B

Tints of Egyptian Blue #23439B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.07%

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

R = 13.62%
G = 26.07%
B = 60.31%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#23439B (or 0x23439B) is known color: Egyptian Blue. HEX triplet: 23, 43 and 9B. RGB value is (35,67,155). Sum of RGB (Red+Green+Blue) = 35+67+155=257 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.62% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 155 (60.94% from 255 or 60.31% from 257); Max value from RGB is 155 - color contains mainly: blue. Hex color #23439B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23439B is #DCBC64. Grayscale: #434343. Windows color (decimal): -14466149 or 10175267. OLE color: 10175267.

HSL color Cylindrical-coordinate representation of color #23439B: hue angle of 224º 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 #23439B is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 35 67 155 -
CMYK 0.77 0.57 0 0.39
HSL 224º 0.63% 0.37% -
HSV(B) 224º 0.77% 0.61% -
XYZ 8.62 6.74 31.86 -
YUV 67.46 177.4 104.84 -
System Red Green Blue C M Y K H S L
Decimal 35 67 155 0.77 0.57 0 0.39 224 0.63 0.37
Hex 23 43 9B 4D 39 0 27 E0 3F 25
Octal 43 103 233 115 71 0 47 340 77 45
Binary 100011 1000011 10011011 1001101 111001 0 100111 11100000 111111 100101

Color Harmonies of #23439B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23439B

Black with #23439B

Text Example


Text Example

White with #23439B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23439B; }

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

 H1.HeaderClassName
 {
   color: #23439B;
 }
 .AnyTagClassName
 {
   color: #23439B;
 }
</style>

background-color css

<style>
 a { background-color: #23439B; }

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

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

border-color css

<style>
 span { border-color: #23439B; }

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

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