Html Css Color HEX #264163 Catalina Blue

📋 copy color: '#264163'

red 38 ◦ green 65 ◦ blue 99

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

Shades of Catalina Blue #264163

Tints of Catalina Blue #264163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 49.01%

R = 18.81%
G = 32.18%
B = 49.01%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#264163 (or 0x264163) is known color: Catalina Blue. HEX triplet: 26, 41 and 63. RGB value is (38,65,99). Sum of RGB (Red+Green+Blue) = 38+65+99=202 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.81% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 99 (39.06% from 255 or 49.01% from 202); Max value from RGB is 99 - color contains mainly: blue. Hex color #264163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264163 is #D9BE9C. Grayscale: #3C3C3C. Windows color (decimal): -14270109 or 6504742. OLE color: 6504742.

HSL color Cylindrical-coordinate representation of color #264163: hue angle of 213.44º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #264163 is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 38 65 99 -
CMYK 0.62 0.34 0 0.61
HSL 213.44º 0.45% 0.27% -
HSV(B) 213.44º 0.62% 0.39% -
XYZ 4.94 5.09 12.53 -
YUV 60.8 149.55 111.74 -
System Red Green Blue C M Y K H S L
Decimal 38 65 99 0.62 0.34 0 0.61 213.44 0.45 0.27
Hex 26 41 63 3E 22 0 3D D5 2D 1B
Octal 46 101 143 76 42 0 75 325 55 33
Binary 100110 1000001 1100011 111110 100010 0 111101 11010101 101101 11011

Color Harmonies of #264163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264163

Black with #264163

Text Example


Text Example

White with #264163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264163; }

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

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

background-color css

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

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

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

border-color css

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

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

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