Html Css Color HEX #263F8A Tory Blue

📋 copy color: '#263F8A'

red 38 ◦ green 63 ◦ blue 138

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

Shades of Tory Blue #263F8A

Tints of Tory Blue #263F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 57.74%

R = 15.9%
G = 26.36%
B = 57.74%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#263F8A (or 0x263F8A) is known color: Tory Blue. HEX triplet: 26, 3F and 8A. RGB value is (38,63,138). Sum of RGB (Red+Green+Blue) = 38+63+138=239 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.90% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 138 (54.30% from 255 or 57.74% from 239); Max value from RGB is 138 - color contains mainly: blue. Hex color #263F8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263F8A is #D9C075. Grayscale: #3F3F3F. Windows color (decimal): -14270582 or 9060134. OLE color: 9060134.

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

Color convert

RGB 38 63 138 -
CMYK 0.72 0.54 0 0.46
HSL 225º 0.57% 0.35% -
HSV(B) 225º 0.72% 0.54% -
XYZ 7.16 5.8 24.79 -
YUV 64.08 169.72 109.4 -
System Red Green Blue C M Y K H S L
Decimal 38 63 138 0.72 0.54 0 0.46 225 0.57 0.35
Hex 26 3F 8A 48 36 0 2E E1 39 23
Octal 46 77 212 110 66 0 56 341 71 43
Binary 100110 111111 10001010 1001000 110110 0 101110 11100001 111001 100011

Color Harmonies of #263F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263F8A

Black with #263F8A

Text Example


Text Example

White with #263F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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