Html Css Color HEX #277378 Atoll

📋 copy color: '#277378'

red 39 ◦ green 115 ◦ blue 120

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

Shades of Atoll #277378

Tints of Atoll #277378

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.97%

 BLUE value IS 120 (47.27% from 255) = 43.8%

R = 14.23%
G = 41.97%
B = 43.8%

CMYK

 C value IS 0.67

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#277378 (or 0x277378) is known color: Atoll. HEX triplet: 27, 73 and 78. RGB value is (39,115,120). Sum of RGB (Red+Green+Blue) = 39+115+120=274 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.23% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 120 - color contains mainly: blue. Hex color #277378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277378 is #D88C87. Grayscale: #5C5C5C. Windows color (decimal): -14191752 or 7893799. OLE color: 7893799.

HSL color Cylindrical-coordinate representation of color #277378: hue angle of 183.7º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #277378 is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 39 115 120 -
CMYK 0.67 0.04 0 0.53
HSL 183.7º 0.51% 0.31% -
HSV(B) 183.7º 0.68% 0.47% -
XYZ 10.36 14.05 19.94 -
YUV 92.85 143.32 89.59 -
System Red Green Blue C M Y K H S L
Decimal 39 115 120 0.67 0.04 0 0.53 183.7 0.51 0.31
Hex 27 73 78 43 4 0 35 B8 33 1F
Octal 47 163 170 103 4 0 65 270 63 37
Binary 100111 1110011 1111000 1000011 100 0 110101 10111000 110011 11111

Color Harmonies of #277378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277378

Black with #277378

Text Example


Text Example

White with #277378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277378; }

 p { color: rgb(39,115,120); }

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

background-color css

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

 a { background-color: rgb(39,115,120); }

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

border-color css

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

 span { border-color: rgb(39,115,120); }

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