Html Css Color HEX #274466 Catalina Blue

📋 copy color: '#274466'

red 39 ◦ green 68 ◦ blue 102

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

Shades of Catalina Blue #274466

Tints of Catalina Blue #274466

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.54%

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

R = 18.66%
G = 32.54%
B = 48.8%

CMYK

 C value IS 0.62

 M value IS 0.33

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#274466 (or 0x274466) is known color: Catalina Blue. HEX triplet: 27, 44 and 66. RGB value is (39,68,102). Sum of RGB (Red+Green+Blue) = 39+68+102=209 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.66% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #274466 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274466 is #D8BB99. Grayscale: #3F3F3F. Windows color (decimal): -14203802 or 6702119. OLE color: 6702119.

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

Color convert

RGB 39 68 102 -
CMYK 0.62 0.33 0 0.6
HSL 212.38º 0.45% 0.28% -
HSV(B) 212.38º 0.62% 0.4% -
XYZ 5.3 5.52 13.36 -
YUV 63.21 149.89 110.74 -
System Red Green Blue C M Y K H S L
Decimal 39 68 102 0.62 0.33 0 0.6 212.38 0.45 0.28
Hex 27 44 66 3E 21 0 3C D4 2D 1C
Octal 47 104 146 76 41 0 74 324 55 34
Binary 100111 1000100 1100110 111110 100001 0 111100 11010100 101101 11100

Color Harmonies of #274466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274466

Black with #274466

Text Example


Text Example

White with #274466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274466; }

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

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

background-color css

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

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

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

border-color css

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

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

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