Html Css Color HEX #274161 Catalina Blue

📋 copy color: '#274161'

red 39 ◦ green 65 ◦ blue 97

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

Shades of Catalina Blue #274161

Tints of Catalina Blue #274161

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.34%

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

R = 19.4%
G = 32.34%
B = 48.26%

CMYK

 C value IS 0.60

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#274161 (or 0x274161) is known color: Catalina Blue. HEX triplet: 27, 41 and 61. RGB value is (39,65,97). Sum of RGB (Red+Green+Blue) = 39+65+97=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 97 - color contains mainly: blue. Hex color #274161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274161 is #D8BE9E. Grayscale: #3C3C3C. Windows color (decimal): -14204575 or 6373671. OLE color: 6373671.

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

Color convert

RGB 39 65 97 -
CMYK 0.60 0.33 0 0.62
HSL 213.1º 0.43% 0.27% -
HSV(B) 213.1º 0.6% 0.38% -
XYZ 4.88 5.07 12.03 -
YUV 60.87 148.39 112.4 -
System Red Green Blue C M Y K H S L
Decimal 39 65 97 0.60 0.33 0 0.62 213.1 0.43 0.27
Hex 27 41 61 3C 21 0 3E D5 2B 1B
Octal 47 101 141 74 41 0 76 325 53 33
Binary 100111 1000001 1100001 111100 100001 0 111110 11010101 101011 11011

Color Harmonies of #274161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274161

Black with #274161

Text Example


Text Example

White with #274161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274161; }

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

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

background-color css

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

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

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

border-color css

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

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

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