Html Css Color HEX #27838C Atoll

📋 copy color: '#27838C'

red 39 ◦ green 131 ◦ blue 140

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

Shades of Atoll #27838C

Tints of Atoll #27838C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.26%

 BLUE value IS 140 (55.08% from 255) = 45.16%

R = 12.58%
G = 42.26%
B = 45.16%

CMYK

 C value IS 0.72

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#27838C (or 0x27838C) is known color: Atoll. HEX triplet: 27, 83 and 8C. RGB value is (39,131,140). Sum of RGB (Red+Green+Blue) = 39+131+140=310 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.58% from 310); Green value is 131 (51.56% from 255 or 42.26% from 310); Blue value is 140 (55.08% from 255 or 45.16% from 310); Max value from RGB is 140 - color contains mainly: blue. Hex color #27838C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27838C is #D87C73. Grayscale: #686868. Windows color (decimal): -14187636 or 9208615. OLE color: 9208615.

HSL color Cylindrical-coordinate representation of color #27838C: hue angle of 185.35º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27838C is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 131 140 -
CMYK 0.72 0.06 0 0.45
HSL 185.35º 0.56% 0.35% -
HSV(B) 185.35º 0.72% 0.55% -
XYZ 13.69 18.56 27.67 -
YUV 104.52 148.02 81.27 -
System Red Green Blue C M Y K H S L
Decimal 39 131 140 0.72 0.06 0 0.45 185.35 0.56 0.35
Hex 27 83 8C 48 6 0 2D B9 38 23
Octal 47 203 214 110 6 0 55 271 70 43
Binary 100111 10000011 10001100 1001000 110 0 101101 10111001 111000 100011

Color Harmonies of #27838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27838C

Black with #27838C

Text Example


Text Example

White with #27838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27838C; }

 p { color: rgb(39,131,140); }

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

background-color css

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

 a { background-color: rgb(39,131,140); }

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

border-color css

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

 span { border-color: rgb(39,131,140); }

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