Html Css Color HEX #307782 Atoll

📋 copy color: '#307782'

red 48 ◦ green 119 ◦ blue 130

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

Shades of Atoll #307782

Tints of Atoll #307782

RGB

 RED value IS 48 (19.14% from 255) = 16.16%

 GREEN value IS 119 (46.88% from 255) = 40.07%

 BLUE value IS 130 (51.17% from 255) = 43.77%

R = 16.16%
G = 40.07%
B = 43.77%

CMYK

 C value IS 0.63

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#307782 (or 0x307782) is known color: Atoll. HEX triplet: 30, 77 and 82. RGB value is (48,119,130). Sum of RGB (Red+Green+Blue) = 48+119+130=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 119 (46.88% from 255 or 40.07% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 130 - color contains mainly: blue. Hex color #307782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307782 is #CF887D. Grayscale: #626262. Windows color (decimal): -13600894 or 8550192. OLE color: 8550192.

HSL color Cylindrical-coordinate representation of color #307782: hue angle of 188.05º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #307782 is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 119 130 -
CMYK 0.63 0.08 0 0.49
HSL 188.05º 0.46% 0.35% -
HSV(B) 188.05º 0.63% 0.51% -
XYZ 11.85 15.43 23.47 -
YUV 99.03 145.48 91.61 -
System Red Green Blue C M Y K H S L
Decimal 48 119 130 0.63 0.08 0 0.49 188.05 0.46 0.35
Hex 30 77 82 3F 8 0 31 BC 2E 23
Octal 60 167 202 77 10 0 61 274 56 43
Binary 110000 1110111 10000010 111111 1000 0 110001 10111100 101110 100011

Color Harmonies of #307782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307782

Black with #307782

Text Example


Text Example

White with #307782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307782; }

 p { color: rgb(48,119,130); }

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

background-color css

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

 a { background-color: rgb(48,119,130); }

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

border-color css

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

 span { border-color: rgb(48,119,130); }

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