Html Css Color HEX #307C81 Atoll

📋 copy color: '#307C81'

red 48 ◦ green 124 ◦ blue 129

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

Shades of Atoll #307C81

Tints of Atoll #307C81

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.2%

 BLUE value IS 129 (50.78% from 255) = 42.86%

R = 15.95%
G = 41.2%
B = 42.86%

CMYK

 C value IS 0.63

 M value IS 0.04

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#307C81 (or 0x307C81) is known color: Atoll. HEX triplet: 30, 7C and 81. RGB value is (48,124,129). Sum of RGB (Red+Green+Blue) = 48+124+129=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 129 (50.78% from 255 or 42.86% from 301); Max value from RGB is 129 - color contains mainly: blue. Hex color #307C81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307C81 is #CF837E. Grayscale: #656565. Windows color (decimal): -13599615 or 8485936. OLE color: 8485936.

HSL color Cylindrical-coordinate representation of color #307C81: hue angle of 183.7º 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 #307C81 is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 124 129 -
CMYK 0.63 0.04 0 0.49
HSL 183.7º 0.46% 0.35% -
HSV(B) 183.7º 0.63% 0.51% -
XYZ 12.39 16.63 23.33 -
YUV 101.85 143.32 89.59 -
System Red Green Blue C M Y K H S L
Decimal 48 124 129 0.63 0.04 0 0.49 183.7 0.46 0.35
Hex 30 7C 81 3F 4 0 31 B8 2E 23
Octal 60 174 201 77 4 0 61 270 56 43
Binary 110000 1111100 10000001 111111 100 0 110001 10111000 101110 100011

Color Harmonies of #307C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307C81

Black with #307C81

Text Example


Text Example

White with #307C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307C81; }

 p { color: rgb(48,124,129); }

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

background-color css

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

 a { background-color: rgb(48,124,129); }

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

border-color css

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

 span { border-color: rgb(48,124,129); }

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