Html Css Color HEX #263D99 Egyptian Blue

📋 copy color: '#263D99'

red 38 ◦ green 61 ◦ blue 153

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

Shades of Egyptian Blue #263D99

Tints of Egyptian Blue #263D99

RGB

 RED value IS 38 (15.23% from 255) = 15.08%

 GREEN value IS 61 (24.22% from 255) = 24.21%

 BLUE value IS 153 (60.16% from 255) = 60.71%

R = 15.08%
G = 24.21%
B = 60.71%

CMYK

 C value IS 0.75

 M value IS 0.60

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#263D99 (or 0x263D99) is known color: Egyptian Blue. HEX triplet: 26, 3D and 99. RGB value is (38,61,153). Sum of RGB (Red+Green+Blue) = 38+61+153=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 153 (60.16% from 255 or 60.71% from 252); Max value from RGB is 153 - color contains mainly: blue. Hex color #263D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263D99 is #D9C266. Grayscale: #404040. Windows color (decimal): -14271079 or 10042662. OLE color: 10042662.

HSL color Cylindrical-coordinate representation of color #263D99: hue angle of 228º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #263D99 is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 38 61 153 -
CMYK 0.75 0.60 0 0.4
HSL 228º 0.6% 0.37% -
HSV(B) 228º 0.75% 0.6% -
XYZ 8.22 6.05 30.87 -
YUV 64.61 177.88 109.02 -
System Red Green Blue C M Y K H S L
Decimal 38 61 153 0.75 0.60 0 0.4 228 0.6 0.37
Hex 26 3D 99 4B 3C 0 28 E4 3C 25
Octal 46 75 231 113 74 0 50 344 74 45
Binary 100110 111101 10011001 1001011 111100 0 101000 11100100 111100 100101

Color Harmonies of #263D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263D99

Black with #263D99

Text Example


Text Example

White with #263D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263D99; }

 p { color: rgb(38,61,153); }

 H1.HeaderClassName
 {
   color: #263D99;
 }
 .AnyTagClassName
 {
   color: #263D99;
 }
</style>

background-color css

<style>
 a { background-color: #263D99; }

 a { background-color: rgb(38,61,153); }

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

border-color css

<style>
 span { border-color: #263D99; }

 span { border-color: rgb(38,61,153); }

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