Html Css Color HEX #307E83 Atoll

📋 copy color: '#307E83'

red 48 ◦ green 126 ◦ blue 131

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

Shades of Atoll #307E83

Tints of Atoll #307E83

RGB

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

 GREEN value IS 126 (49.61% from 255) = 41.31%

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

R = 15.74%
G = 41.31%
B = 42.95%

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

#307E83 (or 0x307E83) is known color: Atoll. HEX triplet: 30, 7E and 83. RGB value is (48,126,131). Sum of RGB (Red+Green+Blue) = 48+126+131=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 126 (49.61% from 255 or 41.31% from 305); Blue value is 131 (51.56% from 255 or 42.95% from 305); Max value from RGB is 131 - color contains mainly: blue. Hex color #307E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307E83 is #CF817C. Grayscale: #676767. Windows color (decimal): -13599101 or 8617520. OLE color: 8617520.

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

Color convert

RGB 48 126 131 -
CMYK 0.63 0.04 0 0.49
HSL 183.61º 0.46% 0.35% -
HSV(B) 183.61º 0.63% 0.51% -
XYZ 12.78 17.19 24.12 -
YUV 103.25 143.66 88.59 -
System Red Green Blue C M Y K H S L
Decimal 48 126 131 0.63 0.04 0 0.49 183.61 0.46 0.35
Hex 30 7E 83 3F 4 0 31 B8 2E 23
Octal 60 176 203 77 4 0 61 270 56 43
Binary 110000 1111110 10000011 111111 100 0 110001 10111000 101110 100011

Color Harmonies of #307E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307E83

Black with #307E83

Text Example


Text Example

White with #307E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,126,131); }

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

background-color css

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

 a { background-color: rgb(48,126,131); }

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

border-color css

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

 span { border-color: rgb(48,126,131); }

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