Html Css Color HEX #26448B Tory Blue

📋 copy color: '#26448B'

red 38 ◦ green 68 ◦ blue 139

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

Shades of Tory Blue #26448B

Tints of Tory Blue #26448B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.76%

 BLUE value IS 139 (54.69% from 255) = 56.73%

R = 15.51%
G = 27.76%
B = 56.73%

CMYK

 C value IS 0.73

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#26448B (or 0x26448B) is known color: Tory Blue. HEX triplet: 26, 44 and 8B. RGB value is (38,68,139). Sum of RGB (Red+Green+Blue) = 38+68+139=245 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.51% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #26448B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26448B is #D9BB74. Grayscale: #424242. Windows color (decimal): -14269301 or 9126950. OLE color: 9126950.

HSL color Cylindrical-coordinate representation of color #26448B: hue angle of 222.18º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26448B is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 38 68 139 -
CMYK 0.73 0.51 0 0.45
HSL 222.18º 0.57% 0.35% -
HSV(B) 222.18º 0.73% 0.55% -
XYZ 7.53 6.41 25.27 -
YUV 67.12 168.56 107.23 -
System Red Green Blue C M Y K H S L
Decimal 38 68 139 0.73 0.51 0 0.45 222.18 0.57 0.35
Hex 26 44 8B 49 33 0 2D DE 39 23
Octal 46 104 213 111 63 0 55 336 71 43
Binary 100110 1000100 10001011 1001001 110011 0 101101 11011110 111001 100011

Color Harmonies of #26448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26448B

Black with #26448B

Text Example


Text Example

White with #26448B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26448B; }

 p { color: rgb(38,68,139); }

 H1.HeaderClassName
 {
   color: #26448B;
 }
 .AnyTagClassName
 {
   color: #26448B;
 }
</style>

background-color css

<style>
 a { background-color: #26448B; }

 a { background-color: rgb(38,68,139); }

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

border-color css

<style>
 span { border-color: #26448B; }

 span { border-color: rgb(38,68,139); }

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