Html Css Color HEX #308384 Atoll

📋 copy color: '#308384'

red 48 ◦ green 131 ◦ blue 132

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

Shades of Atoll #308384

Tints of Atoll #308384

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.12%

 BLUE value IS 132 (51.95% from 255) = 42.44%

R = 15.43%
G = 42.12%
B = 42.44%

CMYK

 C value IS 0.64

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#308384 (or 0x308384) is known color: Atoll. HEX triplet: 30, 83 and 84. RGB value is (48,131,132). Sum of RGB (Red+Green+Blue) = 48+131+132=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 132 - color contains mainly: blue. Hex color #308384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308384 is #CF7C7B. Grayscale: #6A6A6A. Windows color (decimal): -13597820 or 8684336. OLE color: 8684336.

HSL color Cylindrical-coordinate representation of color #308384: hue angle of 180.71º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308384 is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 131 132 -
CMYK 0.64 0.01 0 0.48
HSL 180.71º 0.47% 0.35% -
HSV(B) 180.71º 0.64% 0.52% -
XYZ 13.5 18.53 24.69 -
YUV 106.3 142.5 86.42 -
System Red Green Blue C M Y K H S L
Decimal 48 131 132 0.64 0.01 0 0.48 180.71 0.47 0.35
Hex 30 83 84 40 1 0 30 B5 2F 23
Octal 60 203 204 100 1 0 60 265 57 43
Binary 110000 10000011 10000100 1000000 1 0 110000 10110101 101111 100011

Color Harmonies of #308384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308384

Black with #308384

Text Example


Text Example

White with #308384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308384; }

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

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

background-color css

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

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

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

border-color css

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

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

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