Html Css Color HEX #263A90 Tory Blue

📋 copy color: '#263A90'

red 38 ◦ green 58 ◦ blue 144

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

Shades of Tory Blue #263A90

Tints of Tory Blue #263A90

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.17%

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

R = 15.83%
G = 24.17%
B = 60%

CMYK

 C value IS 0.74

 M value IS 0.60

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#263A90 (or 0x263A90) is known color: Tory Blue. HEX triplet: 26, 3A and 90. RGB value is (38,58,144). Sum of RGB (Red+Green+Blue) = 38+58+144=240 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.83% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 144 (56.64% from 255 or 60% from 240); Max value from RGB is 144 - color contains mainly: blue. Hex color #263A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263A90 is #D9C56F. Grayscale: #3D3D3D. Windows color (decimal): -14271856 or 9452070. OLE color: 9452070.

HSL color Cylindrical-coordinate representation of color #263A90: hue angle of 228.68º 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 #263A90 is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 38 58 144 -
CMYK 0.74 0.60 0 0.44
HSL 228.68º 0.58% 0.36% -
HSV(B) 228.68º 0.74% 0.56% -
XYZ 7.35 5.45 27.05 -
YUV 61.82 174.37 111.01 -
System Red Green Blue C M Y K H S L
Decimal 38 58 144 0.74 0.60 0 0.44 228.68 0.58 0.36
Hex 26 3A 90 4A 3C 0 2C E5 3A 24
Octal 46 72 220 112 74 0 54 345 72 44
Binary 100110 111010 10010000 1001010 111100 0 101100 11100101 111010 100100

Color Harmonies of #263A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263A90

Black with #263A90

Text Example


Text Example

White with #263A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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