Html Css Color HEX #233F9B Egyptian Blue

📋 copy color: '#233F9B'

red 35 ◦ green 63 ◦ blue 155

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

Shades of Egyptian Blue #233F9B

Tints of Egyptian Blue #233F9B

RGB

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

 GREEN value IS 63 (25% from 255) = 24.9%

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

R = 13.83%
G = 24.9%
B = 61.26%

CMYK

 C value IS 0.77

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#233F9B (or 0x233F9B) is known color: Egyptian Blue. HEX triplet: 23, 3F and 9B. RGB value is (35,63,155). Sum of RGB (Red+Green+Blue) = 35+63+155=253 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.83% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 155 (60.94% from 255 or 61.26% from 253); Max value from RGB is 155 - color contains mainly: blue. Hex color #233F9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233F9B is #DCC064. Grayscale: #404040. Windows color (decimal): -14467173 or 10174243. OLE color: 10174243.

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

Color convert

RGB 35 63 155 -
CMYK 0.77 0.59 0 0.39
HSL 226º 0.63% 0.37% -
HSV(B) 226º 0.77% 0.61% -
XYZ 8.39 6.28 31.78 -
YUV 65.12 178.72 106.52 -
System Red Green Blue C M Y K H S L
Decimal 35 63 155 0.77 0.59 0 0.39 226 0.63 0.37
Hex 23 3F 9B 4D 3B 0 27 E2 3F 25
Octal 43 77 233 115 73 0 47 342 77 45
Binary 100011 111111 10011011 1001101 111011 0 100111 11100010 111111 100101

Color Harmonies of #233F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233F9B

Black with #233F9B

Text Example


Text Example

White with #233F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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