Html Css Color HEX #232F95 Egyptian Blue

📋 copy color: '#232F95'

red 35 ◦ green 47 ◦ blue 149

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

Shades of Egyptian Blue #232F95

Tints of Egyptian Blue #232F95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 64.5%

R = 15.15%
G = 20.35%
B = 64.5%

CMYK

 C value IS 0.77

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#232F95 (or 0x232F95) is known color: Egyptian Blue. HEX triplet: 23, 2F and 95. RGB value is (35,47,149). Sum of RGB (Red+Green+Blue) = 35+47+149=231 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.15% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 149 (58.59% from 255 or 64.50% from 231); Max value from RGB is 149 - color contains mainly: blue. Hex color #232F95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232F95 is #DCD06A. Grayscale: #363636. Windows color (decimal): -14471275 or 9776931. OLE color: 9776931.

HSL color Cylindrical-coordinate representation of color #232F95: hue angle of 233.68º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #232F95 is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 47 149 -
CMYK 0.77 0.68 0 0.42
HSL 233.68º 0.62% 0.36% -
HSV(B) 233.68º 0.77% 0.58% -
XYZ 7.13 4.56 28.94 -
YUV 55.04 181.02 113.71 -
System Red Green Blue C M Y K H S L
Decimal 35 47 149 0.77 0.68 0 0.42 233.68 0.62 0.36
Hex 23 2F 95 4D 44 0 2A EA 3E 24
Octal 43 57 225 115 104 0 52 352 76 44
Binary 100011 101111 10010101 1001101 1000100 0 101010 11101010 111110 100100

Color Harmonies of #232F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232F95

Black with #232F95

Text Example


Text Example

White with #232F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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