Html Css Color HEX #26438B Tory Blue

📋 copy color: '#26438B'

red 38 ◦ green 67 ◦ blue 139

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

Shades of Tory Blue #26438B

Tints of Tory Blue #26438B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.46%

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

R = 15.57%
G = 27.46%
B = 56.97%

CMYK

 C value IS 0.73

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#26438B (or 0x26438B) is known color: Tory Blue. HEX triplet: 26, 43 and 8B. RGB value is (38,67,139). Sum of RGB (Red+Green+Blue) = 38+67+139=244 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.57% from 244); Green value is 67 (26.56% from 255 or 27.46% from 244); Blue value is 139 (54.69% from 255 or 56.97% from 244); Max value from RGB is 139 - color contains mainly: blue. Hex color #26438B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26438B is #D9BC74. Grayscale: #424242. Windows color (decimal): -14269557 or 9126694. OLE color: 9126694.

HSL color Cylindrical-coordinate representation of color #26438B: hue angle of 222.77º 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 #26438B is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 38 67 139 -
CMYK 0.73 0.52 0 0.45
HSL 222.77º 0.57% 0.35% -
HSV(B) 222.77º 0.73% 0.55% -
XYZ 7.47 6.29 25.25 -
YUV 66.54 168.89 107.65 -
System Red Green Blue C M Y K H S L
Decimal 38 67 139 0.73 0.52 0 0.45 222.77 0.57 0.35
Hex 26 43 8B 49 34 0 2D DF 39 23
Octal 46 103 213 111 64 0 55 337 71 43
Binary 100110 1000011 10001011 1001001 110100 0 101101 11011111 111001 100011

Color Harmonies of #26438B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26438B

Black with #26438B

Text Example


Text Example

White with #26438B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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