Html Css Color HEX #274061 Catalina Blue

📋 copy color: '#274061'

red 39 ◦ green 64 ◦ blue 97

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

Shades of Catalina Blue #274061

Tints of Catalina Blue #274061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 48.5%

R = 19.5%
G = 32%
B = 48.5%

CMYK

 C value IS 0.60

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#274061 (or 0x274061) is known color: Catalina Blue. HEX triplet: 27, 40 and 61. RGB value is (39,64,97). Sum of RGB (Red+Green+Blue) = 39+64+97=200 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.5% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 97 (38.28% from 255 or 48.5% from 200); Max value from RGB is 97 - color contains mainly: blue. Hex color #274061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274061 is #D8BF9E. Grayscale: #3C3C3C. Windows color (decimal): -14204831 or 6373415. OLE color: 6373415.

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

Color convert

RGB 39 64 97 -
CMYK 0.60 0.34 0 0.62
HSL 214.14º 0.43% 0.27% -
HSV(B) 214.14º 0.6% 0.38% -
XYZ 4.83 4.96 12.01 -
YUV 60.29 148.72 112.82 -
System Red Green Blue C M Y K H S L
Decimal 39 64 97 0.60 0.34 0 0.62 214.14 0.43 0.27
Hex 27 40 61 3C 22 0 3E D6 2B 1B
Octal 47 100 141 74 42 0 76 326 53 33
Binary 100111 1000000 1100001 111100 100010 0 111110 11010110 101011 11011

Color Harmonies of #274061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274061

Black with #274061

Text Example


Text Example

White with #274061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274061; }

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

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

background-color css

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

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

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

border-color css

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

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

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