Html Css Color HEX #264260 Catalina Blue

📋 copy color: '#264260'

red 38 ◦ green 66 ◦ blue 96

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

Shades of Catalina Blue #264260

Tints of Catalina Blue #264260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 48%

R = 19%
G = 33%
B = 48%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#264260 (or 0x264260) is known color: Catalina Blue. HEX triplet: 26, 42 and 60. RGB value is (38,66,96). Sum of RGB (Red+Green+Blue) = 38+66+96=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #264260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264260 is #D9BD9F. Grayscale: #3C3C3C. Windows color (decimal): -14269856 or 6308390. OLE color: 6308390.

HSL color Cylindrical-coordinate representation of color #264260: hue angle of 211.03º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #264260 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 38 66 96 -
CMYK 0.60 0.31 0 0.62
HSL 211.03º 0.43% 0.26% -
HSV(B) 211.03º 0.6% 0.38% -
XYZ 4.86 5.15 11.8 -
YUV 61.05 147.72 111.56 -
System Red Green Blue C M Y K H S L
Decimal 38 66 96 0.60 0.31 0 0.62 211.03 0.43 0.26
Hex 26 42 60 3C 1F 0 3E D3 2B 1A
Octal 46 102 140 74 37 0 76 323 53 32
Binary 100110 1000010 1100000 111100 11111 0 111110 11010011 101011 11010

Color Harmonies of #264260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264260

Black with #264260

Text Example


Text Example

White with #264260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264260; }

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

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

background-color css

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

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

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

border-color css

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

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

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