Html Css Color HEX #264066 Catalina Blue

📋 copy color: '#264066'

red 38 ◦ green 64 ◦ blue 102

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

Shades of Catalina Blue #264066

Tints of Catalina Blue #264066

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.37%

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

R = 18.63%
G = 31.37%
B = 50%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#264066 (or 0x264066) is known color: Catalina Blue. HEX triplet: 26, 40 and 66. RGB value is (38,64,102). Sum of RGB (Red+Green+Blue) = 38+64+102=204 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.63% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 102 (40.23% from 255 or 50% from 204); Max value from RGB is 102 - color contains mainly: blue. Hex color #264066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264066 is #D9BF99. Grayscale: #3C3C3C. Windows color (decimal): -14270362 or 6701094. OLE color: 6701094.

HSL color Cylindrical-coordinate representation of color #264066: hue angle of 215.62º 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 #264066 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 38 64 102 -
CMYK 0.63 0.37 0 0.6
HSL 215.63º 0.46% 0.27% -
HSV(B) 215.63º 0.63% 0.4% -
XYZ 5.03 5.04 13.28 -
YUV 60.56 151.39 111.91 -
System Red Green Blue C M Y K H S L
Decimal 38 64 102 0.63 0.37 0 0.6 215.63 0.46 0.27
Hex 26 40 66 3F 25 0 3C D8 2E 1B
Octal 46 100 146 77 45 0 74 330 56 33
Binary 100110 1000000 1100110 111111 100101 0 111100 11011000 101110 11011

Color Harmonies of #264066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264066

Black with #264066

Text Example


Text Example

White with #264066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264066; }

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

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

background-color css

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

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

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

border-color css

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

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

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