Html Css Color HEX #263D92 Tory Blue

📋 copy color: '#263D92'

red 38 ◦ green 61 ◦ blue 146

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

Shades of Tory Blue #263D92

Tints of Tory Blue #263D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 59.59%

R = 15.51%
G = 24.9%
B = 59.59%

CMYK

 C value IS 0.74

 M value IS 0.58

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#263D92 (or 0x263D92) is known color: Tory Blue. HEX triplet: 26, 3D and 92. RGB value is (38,61,146). Sum of RGB (Red+Green+Blue) = 38+61+146=245 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.51% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 146 (57.42% from 255 or 59.59% from 245); Max value from RGB is 146 - color contains mainly: blue. Hex color #263D92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263D92 is #D9C26D. Grayscale: #3F3F3F. Windows color (decimal): -14271086 or 9583910. OLE color: 9583910.

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

Color convert

RGB 38 61 146 -
CMYK 0.74 0.58 0 0.43
HSL 227.22º 0.59% 0.36% -
HSV(B) 227.22º 0.74% 0.57% -
XYZ 7.66 5.82 27.91 -
YUV 63.81 174.38 109.59 -
System Red Green Blue C M Y K H S L
Decimal 38 61 146 0.74 0.58 0 0.43 227.22 0.59 0.36
Hex 26 3D 92 4A 3A 0 2B E3 3B 24
Octal 46 75 222 112 72 0 53 343 73 44
Binary 100110 111101 10010010 1001010 111010 0 101011 11100011 111011 100100

Color Harmonies of #263D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263D92

Black with #263D92

Text Example


Text Example

White with #263D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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