Html Css Color HEX #263B90 Tory Blue

📋 copy color: '#263B90'

red 38 ◦ green 59 ◦ blue 144

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

Shades of Tory Blue #263B90

Tints of Tory Blue #263B90

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.48%

 BLUE value IS 144 (56.64% from 255) = 59.75%

R = 15.77%
G = 24.48%
B = 59.75%

CMYK

 C value IS 0.74

 M value IS 0.59

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#263B90 (or 0x263B90) is known color: Tory Blue. HEX triplet: 26, 3B and 90. RGB value is (38,59,144). Sum of RGB (Red+Green+Blue) = 38+59+144=241 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.77% from 241); Green value is 59 (23.44% from 255 or 24.48% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #263B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263B90 is #D9C46F. Grayscale: #3E3E3E. Windows color (decimal): -14271600 or 9452326. OLE color: 9452326.

HSL color Cylindrical-coordinate representation of color #263B90: hue angle of 228.11º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #263B90 is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 38 59 144 -
CMYK 0.74 0.59 0 0.44
HSL 228.11º 0.58% 0.36% -
HSV(B) 228.11º 0.74% 0.56% -
XYZ 7.4 5.55 27.07 -
YUV 62.41 174.04 110.59 -
System Red Green Blue C M Y K H S L
Decimal 38 59 144 0.74 0.59 0 0.44 228.11 0.58 0.36
Hex 26 3B 90 4A 3B 0 2C E4 3A 24
Octal 46 73 220 112 73 0 54 344 72 44
Binary 100110 111011 10010000 1001010 111011 0 101100 11100100 111010 100100

Color Harmonies of #263B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263B90

Black with #263B90

Text Example


Text Example

White with #263B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,59,144); }

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

background-color css

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

 a { background-color: rgb(38,59,144); }

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

border-color css

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

 span { border-color: rgb(38,59,144); }

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