Html Css Color HEX #232F9B Egyptian Blue

📋 copy color: '#232F9B'

red 35 ◦ green 47 ◦ blue 155

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

Shades of Egyptian Blue #232F9B

Tints of Egyptian Blue #232F9B

RGB

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

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

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

R = 14.77%
G = 19.83%
B = 65.4%

CMYK

 C value IS 0.77

 M value IS 0.70

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#232F9B (or 0x232F9B) is known color: Egyptian Blue. HEX triplet: 23, 2F and 9B. RGB value is (35,47,155). Sum of RGB (Red+Green+Blue) = 35+47+155=237 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.77% from 237); Green value is 47 (18.75% from 255 or 19.83% from 237); Blue value is 155 (60.94% from 255 or 65.40% from 237); Max value from RGB is 155 - color contains mainly: blue. Hex color #232F9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232F9B is #DCD064. Grayscale: #373737. Windows color (decimal): -14471269 or 10170147. OLE color: 10170147.

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

Color convert

RGB 35 47 155 -
CMYK 0.77 0.70 0 0.39
HSL 234º 0.63% 0.37% -
HSV(B) 234º 0.77% 0.61% -
XYZ 7.63 4.76 31.53 -
YUV 55.72 184.02 113.22 -
System Red Green Blue C M Y K H S L
Decimal 35 47 155 0.77 0.70 0 0.39 234 0.63 0.37
Hex 23 2F 9B 4D 46 0 27 EA 3F 25
Octal 43 57 233 115 106 0 47 352 77 45
Binary 100011 101111 10011011 1001101 1000110 0 100111 11101010 111111 100101

Color Harmonies of #232F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232F9B

Black with #232F9B

Text Example


Text Example

White with #232F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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