Html Css Color HEX #378183 Atoll

📋 copy color: '#378183'

red 55 ◦ green 129 ◦ blue 131

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

Shades of Atoll #378183

Tints of Atoll #378183

RGB

 RED value IS 55 (21.88% from 255) = 17.46%

 GREEN value IS 129 (50.78% from 255) = 40.95%

 BLUE value IS 131 (51.56% from 255) = 41.59%

R = 17.46%
G = 40.95%
B = 41.59%

CMYK

 C value IS 0.58

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#378183 (or 0x378183) is known color: Atoll. HEX triplet: 37, 81 and 83. RGB value is (55,129,131). Sum of RGB (Red+Green+Blue) = 55+129+131=315 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.46% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 131 (51.56% from 255 or 41.59% from 315); Max value from RGB is 131 - color contains mainly: blue. Hex color #378183 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378183 is #C87E7C. Grayscale: #6B6B6B. Windows color (decimal): -13139581 or 8618295. OLE color: 8618295.

HSL color Cylindrical-coordinate representation of color #378183: hue angle of 181.58º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #378183 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 129 131 -
CMYK 0.58 0.02 0 0.49
HSL 181.58º 0.41% 0.36% -
HSV(B) 181.58º 0.58% 0.51% -
XYZ 13.52 18.15 24.26 -
YUV 107.1 141.48 90.84 -
System Red Green Blue C M Y K H S L
Decimal 55 129 131 0.58 0.02 0 0.49 181.58 0.41 0.36
Hex 37 81 83 3A 2 0 31 B6 29 24
Octal 67 201 203 72 2 0 61 266 51 44
Binary 110111 10000001 10000011 111010 10 0 110001 10110110 101001 100100

Color Harmonies of #378183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378183

Black with #378183

Text Example


Text Example

White with #378183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378183; }

 p { color: rgb(55,129,131); }

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

background-color css

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

 a { background-color: rgb(55,129,131); }

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

border-color css

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

 span { border-color: rgb(55,129,131); }

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