Html Css Color HEX #274162 Catalina Blue

📋 copy color: '#274162'

red 39 ◦ green 65 ◦ blue 98

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

Shades of Catalina Blue #274162

Tints of Catalina Blue #274162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 48.51%

R = 19.31%
G = 32.18%
B = 48.51%

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

#274162 (or 0x274162) is known color: Catalina Blue. HEX triplet: 27, 41 and 62. RGB value is (39,65,98). Sum of RGB (Red+Green+Blue) = 39+65+98=202 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.31% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 98 (38.67% from 255 or 48.51% from 202); Max value from RGB is 98 - color contains mainly: blue. Hex color #274162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274162 is #D8BE9D. Grayscale: #3C3C3C. Windows color (decimal): -14204574 or 6439207. OLE color: 6439207.

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

Color convert

RGB 39 65 98 -
CMYK 0.60 0.34 0 0.62
HSL 213.56º 0.43% 0.27% -
HSV(B) 213.56º 0.6% 0.38% -
XYZ 4.93 5.09 12.28 -
YUV 60.99 148.89 112.32 -
System Red Green Blue C M Y K H S L
Decimal 39 65 98 0.60 0.34 0 0.62 213.56 0.43 0.27
Hex 27 41 62 3C 22 0 3E D6 2B 1B
Octal 47 101 142 74 42 0 76 326 53 33
Binary 100111 1000001 1100010 111100 100010 0 111110 11010110 101011 11011

Color Harmonies of #274162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274162

Black with #274162

Text Example


Text Example

White with #274162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274162; }

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

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

background-color css

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

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

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

border-color css

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

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

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