Html Css Color HEX #264263 Catalina Blue

📋 copy color: '#264263'

red 38 ◦ green 66 ◦ blue 99

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

Shades of Catalina Blue #264263

Tints of Catalina Blue #264263

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.51%

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

R = 18.72%
G = 32.51%
B = 48.77%

CMYK

 C value IS 0.62

 M value IS 0.33

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#264263 (or 0x264263) is known color: Catalina Blue. HEX triplet: 26, 42 and 63. RGB value is (38,66,99). Sum of RGB (Red+Green+Blue) = 38+66+99=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #264263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264263 is #D9BD9C. Grayscale: #3D3D3D. Windows color (decimal): -14269853 or 6504998. OLE color: 6504998.

HSL color Cylindrical-coordinate representation of color #264263: hue angle of 212.46º 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 #264263 is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 38 66 99 -
CMYK 0.62 0.33 0 0.61
HSL 212.46º 0.45% 0.27% -
HSV(B) 212.46º 0.62% 0.39% -
XYZ 5 5.21 12.55 -
YUV 61.39 149.22 111.32 -
System Red Green Blue C M Y K H S L
Decimal 38 66 99 0.62 0.33 0 0.61 212.46 0.45 0.27
Hex 26 42 63 3E 21 0 3D D4 2D 1B
Octal 46 102 143 76 41 0 75 324 55 33
Binary 100110 1000010 1100011 111110 100001 0 111101 11010100 101101 11011

Color Harmonies of #264263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264263

Black with #264263

Text Example


Text Example

White with #264263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264263; }

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

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

background-color css

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

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

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

border-color css

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

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

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