Html Css Color HEX #263E8B Tory Blue

📋 copy color: '#263E8B'

red 38 ◦ green 62 ◦ blue 139

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

Shades of Tory Blue #263E8B

Tints of Tory Blue #263E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 58.16%

R = 15.9%
G = 25.94%
B = 58.16%

CMYK

 C value IS 0.73

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#263E8B (or 0x263E8B) is known color: Tory Blue. HEX triplet: 26, 3E and 8B. RGB value is (38,62,139). Sum of RGB (Red+Green+Blue) = 38+62+139=239 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.90% from 239); Green value is 62 (24.61% from 255 or 25.94% from 239); Blue value is 139 (54.69% from 255 or 58.16% from 239); Max value from RGB is 139 - color contains mainly: blue. Hex color #263E8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263E8B is #D9C174. Grayscale: #3F3F3F. Windows color (decimal): -14270837 or 9125414. OLE color: 9125414.

HSL color Cylindrical-coordinate representation of color #263E8B: hue angle of 225.74º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #263E8B is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 38 62 139 -
CMYK 0.73 0.55 0 0.45
HSL 225.74º 0.57% 0.35% -
HSV(B) 225.74º 0.73% 0.55% -
XYZ 7.18 5.72 25.15 -
YUV 63.6 170.55 109.74 -
System Red Green Blue C M Y K H S L
Decimal 38 62 139 0.73 0.55 0 0.45 225.74 0.57 0.35
Hex 26 3E 8B 49 37 0 2D E2 39 23
Octal 46 76 213 111 67 0 55 342 71 43
Binary 100110 111110 10001011 1001001 110111 0 101101 11100010 111001 100011

Color Harmonies of #263E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263E8B

Black with #263E8B

Text Example


Text Example

White with #263E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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