Html Css Color HEX #263E89 Tory Blue

📋 copy color: '#263E89'

red 38 ◦ green 62 ◦ blue 137

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

Shades of Tory Blue #263E89

Tints of Tory Blue #263E89

RGB

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

 GREEN value IS 62 (24.61% from 255) = 26.16%

 BLUE value IS 137 (53.91% from 255) = 57.81%

R = 16.03%
G = 26.16%
B = 57.81%

CMYK

 C value IS 0.72

 M value IS 0.55

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#263E89 (or 0x263E89) is known color: Tory Blue. HEX triplet: 26, 3E and 89. RGB value is (38,62,137). Sum of RGB (Red+Green+Blue) = 38+62+137=237 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.03% from 237); Green value is 62 (24.61% from 255 or 26.16% from 237); Blue value is 137 (53.91% from 255 or 57.81% from 237); Max value from RGB is 137 - color contains mainly: blue. Hex color #263E89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263E89 is #D9C176. Grayscale: #3F3F3F. Windows color (decimal): -14270839 or 8994342. OLE color: 8994342.

HSL color Cylindrical-coordinate representation of color #263E89: hue angle of 225.45º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #263E89 is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 38 62 137 -
CMYK 0.72 0.55 0 0.46
HSL 225.45º 0.57% 0.34% -
HSV(B) 225.45º 0.72% 0.54% -
XYZ 7.04 5.66 24.39 -
YUV 63.37 169.55 109.9 -
System Red Green Blue C M Y K H S L
Decimal 38 62 137 0.72 0.55 0 0.46 225.45 0.57 0.34
Hex 26 3E 89 48 37 0 2E E1 39 22
Octal 46 76 211 110 67 0 56 341 71 42
Binary 100110 111110 10001001 1001000 110111 0 101110 11100001 111001 100010

Color Harmonies of #263E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263E89

Black with #263E89

Text Example


Text Example

White with #263E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,62,137); }

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

background-color css

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

 a { background-color: rgb(38,62,137); }

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

border-color css

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

 span { border-color: rgb(38,62,137); }

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