Html Css Color HEX #264167 Catalina Blue

📋 copy color: '#264167'

red 38 ◦ green 65 ◦ blue 103

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

Shades of Catalina Blue #264167

Tints of Catalina Blue #264167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 50%

R = 18.45%
G = 31.55%
B = 50%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#264167 (or 0x264167) is known color: Catalina Blue. HEX triplet: 26, 41 and 67. RGB value is (38,65,103). Sum of RGB (Red+Green+Blue) = 38+65+103=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 103 (40.62% from 255 or 50% from 206); Max value from RGB is 103 - color contains mainly: blue. Hex color #264167 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264167 is #D9BE98. Grayscale: #3D3D3D. Windows color (decimal): -14270105 or 6766886. OLE color: 6766886.

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

Color convert

RGB 38 65 103 -
CMYK 0.63 0.37 0 0.60
HSL 215.08º 0.46% 0.28% -
HSV(B) 215.08º 0.63% 0.4% -
XYZ 5.14 5.17 13.56 -
YUV 61.26 151.55 111.41 -
System Red Green Blue C M Y K H S L
Decimal 38 65 103 0.63 0.37 0 0.60 215.08 0.46 0.28
Hex 26 41 67 3F 25 0 3C D7 2E 1C
Octal 46 101 147 77 45 0 74 327 56 34
Binary 100110 1000001 1100111 111111 100101 0 111100 11010111 101110 11100

Color Harmonies of #264167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264167

Black with #264167

Text Example


Text Example

White with #264167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264167; }

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

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

background-color css

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

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

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

border-color css

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

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

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