Html Css Color HEX #307883 Atoll

📋 copy color: '#307883'

red 48 ◦ green 120 ◦ blue 131

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

Shades of Atoll #307883

Tints of Atoll #307883

RGB

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

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

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

R = 16.05%
G = 40.13%
B = 43.81%

CMYK

 C value IS 0.63

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#307883 (or 0x307883) is known color: Atoll. HEX triplet: 30, 78 and 83. RGB value is (48,120,131). Sum of RGB (Red+Green+Blue) = 48+120+131=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 131 - color contains mainly: blue. Hex color #307883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307883 is #CF877C. Grayscale: #636363. Windows color (decimal): -13600637 or 8615984. OLE color: 8615984.

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

Color convert

RGB 48 120 131 -
CMYK 0.63 0.08 0 0.49
HSL 187.95º 0.46% 0.35% -
HSV(B) 187.95º 0.63% 0.51% -
XYZ 12.03 15.7 23.87 -
YUV 99.73 145.65 91.11 -
System Red Green Blue C M Y K H S L
Decimal 48 120 131 0.63 0.08 0 0.49 187.95 0.46 0.35
Hex 30 78 83 3F 8 0 31 BC 2E 23
Octal 60 170 203 77 10 0 61 274 56 43
Binary 110000 1111000 10000011 111111 1000 0 110001 10111100 101110 100011

Color Harmonies of #307883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307883

Black with #307883

Text Example


Text Example

White with #307883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307883; }

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

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

background-color css

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

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

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

border-color css

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

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

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