Html Css Color HEX #264069 Catalina Blue

📋 copy color: '#264069'

red 38 ◦ green 64 ◦ blue 105

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

Shades of Catalina Blue #264069

Tints of Catalina Blue #264069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 50.72%

R = 18.36%
G = 30.92%
B = 50.72%

CMYK

 C value IS 0.64

 M value IS 0.39

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#264069 (or 0x264069) is known color: Catalina Blue. HEX triplet: 26, 40 and 69. RGB value is (38,64,105). Sum of RGB (Red+Green+Blue) = 38+64+105=207 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.36% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 105 (41.41% from 255 or 50.72% from 207); Max value from RGB is 105 - color contains mainly: blue. Hex color #264069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264069 is #D9BF96. Grayscale: #3C3C3C. Windows color (decimal): -14270359 or 6897702. OLE color: 6897702.

HSL color Cylindrical-coordinate representation of color #264069: hue angle of 216.72º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #264069 is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 38 64 105 -
CMYK 0.64 0.39 0 0.59
HSL 216.72º 0.47% 0.28% -
HSV(B) 216.72º 0.64% 0.41% -
XYZ 5.18 5.1 14.08 -
YUV 60.9 152.89 111.67 -
System Red Green Blue C M Y K H S L
Decimal 38 64 105 0.64 0.39 0 0.59 216.72 0.47 0.28
Hex 26 40 69 40 27 0 3B D9 2F 1C
Octal 46 100 151 100 47 0 73 331 57 34
Binary 100110 1000000 1101001 1000000 100111 0 111011 11011001 101111 11100

Color Harmonies of #264069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264069

Black with #264069

Text Example


Text Example

White with #264069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264069; }

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

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

background-color css

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

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

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

border-color css

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

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

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