Html Css Color HEX #378283 Atoll

📋 copy color: '#378283'

red 55 ◦ green 130 ◦ blue 131

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

Shades of Atoll #378283

Tints of Atoll #378283

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.14%

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

R = 17.41%
G = 41.14%
B = 41.46%

CMYK

 C value IS 0.58

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#378283 (or 0x378283) is known color: Atoll. HEX triplet: 37, 82 and 83. RGB value is (55,130,131). Sum of RGB (Red+Green+Blue) = 55+130+131=316 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.41% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 131 - color contains mainly: blue. Hex color #378283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378283 is #C87D7C. Grayscale: #6B6B6B. Windows color (decimal): -13139325 or 8618551. OLE color: 8618551.

HSL color Cylindrical-coordinate representation of color #378283: hue angle of 180.79º 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 #378283 is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 130 131 -
CMYK 0.58 0.01 0 0.49
HSL 180.79º 0.41% 0.36% -
HSV(B) 180.79º 0.58% 0.51% -
XYZ 13.65 18.42 24.31 -
YUV 107.69 141.15 90.42 -
System Red Green Blue C M Y K H S L
Decimal 55 130 131 0.58 0.01 0 0.49 180.79 0.41 0.36
Hex 37 82 83 3A 1 0 31 B5 29 24
Octal 67 202 203 72 1 0 61 265 51 44
Binary 110111 10000010 10000011 111010 1 0 110001 10110101 101001 100100

Color Harmonies of #378283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378283

Black with #378283

Text Example


Text Example

White with #378283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378283; }

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

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

background-color css

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

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

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

border-color css

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

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

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