Html Css Color HEX #274066 Catalina Blue

📋 copy color: '#274066'

red 39 ◦ green 64 ◦ blue 102

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

Shades of Catalina Blue #274066

Tints of Catalina Blue #274066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 49.76%

R = 19.02%
G = 31.22%
B = 49.76%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#274066 (or 0x274066) is known color: Catalina Blue. HEX triplet: 27, 40 and 66. RGB value is (39,64,102). Sum of RGB (Red+Green+Blue) = 39+64+102=205 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.02% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 102 (40.23% from 255 or 49.76% from 205); Max value from RGB is 102 - color contains mainly: blue. Hex color #274066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274066 is #D8BF99. Grayscale: #3C3C3C. Windows color (decimal): -14204826 or 6701095. OLE color: 6701095.

HSL color Cylindrical-coordinate representation of color #274066: hue angle of 216.19º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #274066 is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 39 64 102 -
CMYK 0.62 0.37 0 0.6
HSL 216.19º 0.45% 0.28% -
HSV(B) 216.19º 0.62% 0.4% -
XYZ 5.07 5.06 13.28 -
YUV 60.86 151.22 112.41 -
System Red Green Blue C M Y K H S L
Decimal 39 64 102 0.62 0.37 0 0.6 216.19 0.45 0.28
Hex 27 40 66 3E 25 0 3C D8 2D 1C
Octal 47 100 146 76 45 0 74 330 55 34
Binary 100111 1000000 1100110 111110 100101 0 111100 11011000 101101 11100

Color Harmonies of #274066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274066

Black with #274066

Text Example


Text Example

White with #274066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274066; }

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

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

background-color css

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

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

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

border-color css

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

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

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