Html Css Color HEX #232F9D Egyptian Blue

📋 copy color: '#232F9D'

red 35 ◦ green 47 ◦ blue 157

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

Shades of Egyptian Blue #232F9D

Tints of Egyptian Blue #232F9D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.67%

 BLUE value IS 157 (61.72% from 255) = 65.69%

R = 14.64%
G = 19.67%
B = 65.69%

CMYK

 C value IS 0.78

 M value IS 0.70

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#232F9D (or 0x232F9D) is known color: Egyptian Blue. HEX triplet: 23, 2F and 9D. RGB value is (35,47,157). Sum of RGB (Red+Green+Blue) = 35+47+157=239 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.64% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 157 (61.72% from 255 or 65.69% from 239); Max value from RGB is 157 - color contains mainly: blue. Hex color #232F9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232F9D is #DCD062. Grayscale: #373737. Windows color (decimal): -14471267 or 10301219. OLE color: 10301219.

HSL color Cylindrical-coordinate representation of color #232F9D: hue angle of 234.1º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #232F9D is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 35 47 157 -
CMYK 0.78 0.70 0 0.38
HSL 234.1º 0.64% 0.38% -
HSV(B) 234.1º 0.78% 0.62% -
XYZ 7.8 4.82 32.42 -
YUV 55.95 185.02 113.06 -
System Red Green Blue C M Y K H S L
Decimal 35 47 157 0.78 0.70 0 0.38 234.1 0.64 0.38
Hex 23 2F 9D 4E 46 0 26 EA 40 26
Octal 43 57 235 116 106 0 46 352 100 46
Binary 100011 101111 10011101 1001110 1000110 0 100110 11101010 1000000 100110

Color Harmonies of #232F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232F9D

Black with #232F9D

Text Example


Text Example

White with #232F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,47,157); }

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

background-color css

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

 a { background-color: rgb(35,47,157); }

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

border-color css

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

 span { border-color: rgb(35,47,157); }

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