Html Css Color HEX #264363 Catalina Blue

📋 copy color: '#264363'

red 38 ◦ green 67 ◦ blue 99

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

Shades of Catalina Blue #264363

Tints of Catalina Blue #264363

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.84%

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

R = 18.63%
G = 32.84%
B = 48.53%

CMYK

 C value IS 0.62

 M value IS 0.32

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#264363 (or 0x264363) is known color: Catalina Blue. HEX triplet: 26, 43 and 63. RGB value is (38,67,99). Sum of RGB (Red+Green+Blue) = 38+67+99=204 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.63% from 204); Green value is 67 (26.56% from 255 or 32.84% from 204); Blue value is 99 (39.06% from 255 or 48.53% from 204); Max value from RGB is 99 - color contains mainly: blue. Hex color #264363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264363 is #D9BC9C. Grayscale: #3D3D3D. Windows color (decimal): -14269597 or 6505254. OLE color: 6505254.

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

Color convert

RGB 38 67 99 -
CMYK 0.62 0.32 0 0.61
HSL 211.48º 0.45% 0.27% -
HSV(B) 211.48º 0.62% 0.39% -
XYZ 5.06 5.33 12.57 -
YUV 61.98 148.89 110.9 -
System Red Green Blue C M Y K H S L
Decimal 38 67 99 0.62 0.32 0 0.61 211.48 0.45 0.27
Hex 26 43 63 3E 20 0 3D D3 2D 1B
Octal 46 103 143 76 40 0 75 323 55 33
Binary 100110 1000011 1100011 111110 100000 0 111101 11010011 101101 11011

Color Harmonies of #264363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264363

Black with #264363

Text Example


Text Example

White with #264363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264363; }

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

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

background-color css

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

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

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

border-color css

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

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

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