Html Css Color HEX #307885 Atoll

📋 copy color: '#307885'

red 48 ◦ green 120 ◦ blue 133

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

Shades of Atoll #307885

Tints of Atoll #307885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 44.19%

R = 15.95%
G = 39.87%
B = 44.19%

CMYK

 C value IS 0.64

 M value IS 0.10

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#307885 (or 0x307885) is known color: Atoll. HEX triplet: 30, 78 and 85. RGB value is (48,120,133). Sum of RGB (Red+Green+Blue) = 48+120+133=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 133 - color contains mainly: blue. Hex color #307885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307885 is #CF877A. Grayscale: #636363. Windows color (decimal): -13600635 or 8747056. OLE color: 8747056.

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

Color convert

RGB 48 120 133 -
CMYK 0.64 0.10 0 0.48
HSL 189.18º 0.47% 0.35% -
HSV(B) 189.18º 0.64% 0.52% -
XYZ 12.17 15.75 24.59 -
YUV 99.95 146.65 90.94 -
System Red Green Blue C M Y K H S L
Decimal 48 120 133 0.64 0.10 0 0.48 189.18 0.47 0.35
Hex 30 78 85 40 A 0 30 BD 2F 23
Octal 60 170 205 100 12 0 60 275 57 43
Binary 110000 1111000 10000101 1000000 1010 0 110000 10111101 101111 100011

Color Harmonies of #307885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307885

Black with #307885

Text Example


Text Example

White with #307885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307885; }

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

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

background-color css

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

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

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

border-color css

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

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

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