Html Css Color HEX #307581 Atoll

📋 copy color: '#307581'

red 48 ◦ green 117 ◦ blue 129

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

Shades of Atoll #307581

Tints of Atoll #307581

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.8%

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

R = 16.33%
G = 39.8%
B = 43.88%

CMYK

 C value IS 0.63

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#307581 (or 0x307581) is known color: Atoll. HEX triplet: 30, 75 and 81. RGB value is (48,117,129). Sum of RGB (Red+Green+Blue) = 48+117+129=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 129 (50.78% from 255 or 43.88% from 294); Max value from RGB is 129 - color contains mainly: blue. Hex color #307581 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307581 is #CF8A7E. Grayscale: #616161. Windows color (decimal): -13601407 or 8484144. OLE color: 8484144.

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

Color convert

RGB 48 117 129 -
CMYK 0.63 0.09 0 0.49
HSL 188.89º 0.46% 0.35% -
HSV(B) 188.89º 0.63% 0.51% -
XYZ 11.54 14.94 23.04 -
YUV 97.74 145.64 92.52 -
System Red Green Blue C M Y K H S L
Decimal 48 117 129 0.63 0.09 0 0.49 188.89 0.46 0.35
Hex 30 75 81 3F 9 0 31 BD 2E 23
Octal 60 165 201 77 11 0 61 275 56 43
Binary 110000 1110101 10000001 111111 1001 0 110001 10111101 101110 100011

Color Harmonies of #307581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307581

Black with #307581

Text Example


Text Example

White with #307581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307581; }

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

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

background-color css

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

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

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

border-color css

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

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

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