Html Css Color HEX #274062 Catalina Blue

📋 copy color: '#274062'

red 39 ◦ green 64 ◦ blue 98

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

Shades of Catalina Blue #274062

Tints of Catalina Blue #274062

RGB

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

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

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

R = 19.4%
G = 31.84%
B = 48.76%

CMYK

 C value IS 0.60

 M value IS 0.35

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#274062 (or 0x274062) is known color: Catalina Blue. HEX triplet: 27, 40 and 62. RGB value is (39,64,98). Sum of RGB (Red+Green+Blue) = 39+64+98=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 98 (38.67% from 255 or 48.76% from 201); Max value from RGB is 98 - color contains mainly: blue. Hex color #274062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274062 is #D8BF9D. Grayscale: #3C3C3C. Windows color (decimal): -14204830 or 6438951. OLE color: 6438951.

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

Color convert

RGB 39 64 98 -
CMYK 0.60 0.35 0 0.62
HSL 214.58º 0.43% 0.27% -
HSV(B) 214.58º 0.6% 0.38% -
XYZ 4.87 4.98 12.26 -
YUV 60.4 149.22 112.74 -
System Red Green Blue C M Y K H S L
Decimal 39 64 98 0.60 0.35 0 0.62 214.58 0.43 0.27
Hex 27 40 62 3C 23 0 3E D7 2B 1B
Octal 47 100 142 74 43 0 76 327 53 33
Binary 100111 1000000 1100010 111100 100011 0 111110 11010111 101011 11011

Color Harmonies of #274062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274062

Black with #274062

Text Example


Text Example

White with #274062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274062; }

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

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

background-color css

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

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

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

border-color css

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

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

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