Html Css Color HEX #307884 Atoll

📋 copy color: '#307884'

red 48 ◦ green 120 ◦ blue 132

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

Shades of Atoll #307884

Tints of Atoll #307884

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40%

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

R = 16%
G = 40%
B = 44%

CMYK

 C value IS 0.64

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#307884 (or 0x307884) is known color: Atoll. HEX triplet: 30, 78 and 84. RGB value is (48,120,132). Sum of RGB (Red+Green+Blue) = 48+120+132=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 132 - color contains mainly: blue. Hex color #307884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307884 is #CF877B. Grayscale: #636363. Windows color (decimal): -13600636 or 8681520. OLE color: 8681520.

HSL color Cylindrical-coordinate representation of color #307884: hue angle of 188.57º 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 #307884 is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 120 132 -
CMYK 0.64 0.09 0 0.48
HSL 188.57º 0.47% 0.35% -
HSV(B) 188.57º 0.64% 0.52% -
XYZ 12.1 15.73 24.23 -
YUV 99.84 146.15 91.02 -
System Red Green Blue C M Y K H S L
Decimal 48 120 132 0.64 0.09 0 0.48 188.57 0.47 0.35
Hex 30 78 84 40 9 0 30 BD 2F 23
Octal 60 170 204 100 11 0 60 275 57 43
Binary 110000 1111000 10000100 1000000 1001 0 110000 10111101 101111 100011

Color Harmonies of #307884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307884

Black with #307884

Text Example


Text Example

White with #307884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307884; }

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

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

background-color css

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

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

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

border-color css

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

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

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