Html Css Color HEX #263F94 Tory Blue

📋 copy color: '#263F94'

red 38 ◦ green 63 ◦ blue 148

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

Shades of Tory Blue #263F94

Tints of Tory Blue #263F94

RGB

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

 GREEN value IS 63 (25% from 255) = 25.3%

 BLUE value IS 148 (58.2% from 255) = 59.44%

R = 15.26%
G = 25.3%
B = 59.44%

CMYK

 C value IS 0.74

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#263F94 (or 0x263F94) is known color: Tory Blue. HEX triplet: 26, 3F and 94. RGB value is (38,63,148). Sum of RGB (Red+Green+Blue) = 38+63+148=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 148 (58.20% from 255 or 59.44% from 249); Max value from RGB is 148 - color contains mainly: blue. Hex color #263F94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263F94 is #D9C06B. Grayscale: #404040. Windows color (decimal): -14270572 or 9715494. OLE color: 9715494.

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

Color convert

RGB 38 63 148 -
CMYK 0.74 0.57 0 0.42
HSL 226.36º 0.59% 0.36% -
HSV(B) 226.36º 0.74% 0.58% -
XYZ 7.92 6.11 28.78 -
YUV 65.22 174.72 108.59 -
System Red Green Blue C M Y K H S L
Decimal 38 63 148 0.74 0.57 0 0.42 226.36 0.59 0.36
Hex 26 3F 94 4A 39 0 2A E2 3B 24
Octal 46 77 224 112 71 0 52 342 73 44
Binary 100110 111111 10010100 1001010 111001 0 101010 11100010 111011 100100

Color Harmonies of #263F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263F94

Black with #263F94

Text Example


Text Example

White with #263F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,63,148); }

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

background-color css

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

 a { background-color: rgb(38,63,148); }

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

border-color css

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

 span { border-color: rgb(38,63,148); }

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