Html Css Color HEX #274060 Catalina Blue

📋 copy color: '#274060'

red 39 ◦ green 64 ◦ blue 96

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

Shades of Catalina Blue #274060

Tints of Catalina Blue #274060

RGB

 RED value IS 39 (15.63% from 255) = 19.6%

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

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

R = 19.6%
G = 32.16%
B = 48.24%

CMYK

 C value IS 0.59

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#274060 (or 0x274060) is known color: Catalina Blue. HEX triplet: 27, 40 and 60. RGB value is (39,64,96). Sum of RGB (Red+Green+Blue) = 39+64+96=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #274060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274060 is #D8BF9F. Grayscale: #3C3C3C. Windows color (decimal): -14204832 or 6307879. OLE color: 6307879.

HSL color Cylindrical-coordinate representation of color #274060: hue angle of 213.68º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #274060 is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 39 64 96 -
CMYK 0.59 0.33 0 0.62
HSL 213.68º 0.42% 0.26% -
HSV(B) 213.68º 0.59% 0.38% -
XYZ 4.78 4.94 11.77 -
YUV 60.17 148.22 112.9 -
System Red Green Blue C M Y K H S L
Decimal 39 64 96 0.59 0.33 0 0.62 213.68 0.42 0.26
Hex 27 40 60 3B 21 0 3E D6 2A 1A
Octal 47 100 140 73 41 0 76 326 52 32
Binary 100111 1000000 1100000 111011 100001 0 111110 11010110 101010 11010

Color Harmonies of #274060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274060

Black with #274060

Text Example


Text Example

White with #274060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274060; }

 p { color: rgb(39,64,96); }

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

background-color css

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

 a { background-color: rgb(39,64,96); }

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

border-color css

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

 span { border-color: rgb(39,64,96); }

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