Html Css Color HEX #26466E Catalina Blue

📋 copy color: '#26466E'

red 38 ◦ green 70 ◦ blue 110

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

Shades of Catalina Blue #26466E

Tints of Catalina Blue #26466E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.11%

 BLUE value IS 110 (43.36% from 255) = 50.46%

R = 17.43%
G = 32.11%
B = 50.46%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#26466E (or 0x26466E) is known color: Catalina Blue. HEX triplet: 26, 46 and 6E. RGB value is (38,70,110). Sum of RGB (Red+Green+Blue) = 38+70+110=218 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.43% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 110 (43.36% from 255 or 50.46% from 218); Max value from RGB is 110 - color contains mainly: blue. Hex color #26466E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26466E is #D9B991. Grayscale: #404040. Windows color (decimal): -14268818 or 7226918. OLE color: 7226918.

HSL color Cylindrical-coordinate representation of color #26466E: hue angle of 213.33º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #26466E is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 38 70 110 -
CMYK 0.65 0.36 0 0.57
HSL 213.33º 0.49% 0.29% -
HSV(B) 213.33º 0.65% 0.43% -
XYZ 5.8 5.92 15.59 -
YUV 64.99 153.4 108.75 -
System Red Green Blue C M Y K H S L
Decimal 38 70 110 0.65 0.36 0 0.57 213.33 0.49 0.29
Hex 26 46 6E 41 24 0 39 D5 31 1D
Octal 46 106 156 101 44 0 71 325 61 35
Binary 100110 1000110 1101110 1000001 100100 0 111001 11010101 110001 11101

Color Harmonies of #26466E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26466E

Black with #26466E

Text Example


Text Example

White with #26466E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26466E; }

 p { color: rgb(38,70,110); }

 H1.HeaderClassName
 {
   color: #26466E;
 }
 .AnyTagClassName
 {
   color: #26466E;
 }
</style>

background-color css

<style>
 a { background-color: #26466E; }

 a { background-color: rgb(38,70,110); }

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

border-color css

<style>
 span { border-color: #26466E; }

 span { border-color: rgb(38,70,110); }

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