Html Css Color HEX #264166 Catalina Blue

📋 copy color: '#264166'

red 38 ◦ green 65 ◦ blue 102

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

Shades of Catalina Blue #264166

Tints of Catalina Blue #264166

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.71%

 BLUE value IS 102 (40.23% from 255) = 49.76%

R = 18.54%
G = 31.71%
B = 49.76%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#264166 (or 0x264166) is known color: Catalina Blue. HEX triplet: 26, 41 and 66. RGB value is (38,65,102). Sum of RGB (Red+Green+Blue) = 38+65+102=205 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.54% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 102 (40.23% from 255 or 49.76% from 205); Max value from RGB is 102 - color contains mainly: blue. Hex color #264166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264166 is #D9BE99. Grayscale: #3C3C3C. Windows color (decimal): -14270106 or 6701350. OLE color: 6701350.

HSL color Cylindrical-coordinate representation of color #264166: hue angle of 214.69º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #264166 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 38 65 102 -
CMYK 0.63 0.36 0 0.6
HSL 214.69º 0.46% 0.27% -
HSV(B) 214.69º 0.63% 0.4% -
XYZ 5.09 5.15 13.3 -
YUV 61.15 151.05 111.49 -
System Red Green Blue C M Y K H S L
Decimal 38 65 102 0.63 0.36 0 0.6 214.69 0.46 0.27
Hex 26 41 66 3F 24 0 3C D7 2E 1B
Octal 46 101 146 77 44 0 74 327 56 33
Binary 100110 1000001 1100110 111111 100100 0 111100 11010111 101110 11011

Color Harmonies of #264166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264166

Black with #264166

Text Example


Text Example

White with #264166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264166; }

 p { color: rgb(38,65,102); }

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

background-color css

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

 a { background-color: rgb(38,65,102); }

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

border-color css

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

 span { border-color: rgb(38,65,102); }

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