Html Css Color HEX #26466C Catalina Blue

📋 copy color: '#26466C'

red 38 ◦ green 70 ◦ blue 108

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

Shades of Catalina Blue #26466C

Tints of Catalina Blue #26466C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 50%

R = 17.59%
G = 32.41%
B = 50%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#26466C (or 0x26466C) is known color: Catalina Blue. HEX triplet: 26, 46 and 6C. RGB value is (38,70,108). Sum of RGB (Red+Green+Blue) = 38+70+108=216 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.59% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 108 (42.58% from 255 or 50% from 216); Max value from RGB is 108 - color contains mainly: blue. Hex color #26466C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26466C is #D9B993. Grayscale: #404040. Windows color (decimal): -14268820 or 7095846. OLE color: 7095846.

HSL color Cylindrical-coordinate representation of color #26466C: hue angle of 212.57º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #26466C is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 38 70 108 -
CMYK 0.65 0.35 0 0.58
HSL 212.57º 0.48% 0.29% -
HSV(B) 212.57º 0.65% 0.42% -
XYZ 5.7 5.88 15.02 -
YUV 64.76 152.4 108.91 -
System Red Green Blue C M Y K H S L
Decimal 38 70 108 0.65 0.35 0 0.58 212.57 0.48 0.29
Hex 26 46 6C 41 23 0 3A D5 30 1D
Octal 46 106 154 101 43 0 72 325 60 35
Binary 100110 1000110 1101100 1000001 100011 0 111010 11010101 110000 11101

Color Harmonies of #26466C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26466C

Black with #26466C

Text Example


Text Example

White with #26466C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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