Html Css Color HEX #306D83 Astral

📋 copy color: '#306D83'

red 48 ◦ green 109 ◦ blue 131

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

Shades of Astral #306D83

Tints of Astral #306D83

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.85%

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

R = 16.67%
G = 37.85%
B = 45.49%

CMYK

 C value IS 0.63

 M value IS 0.17

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#306D83 (or 0x306D83) is known color: Astral. HEX triplet: 30, 6D and 83. RGB value is (48,109,131). Sum of RGB (Red+Green+Blue) = 48+109+131=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 131 (51.56% from 255 or 45.49% from 288); Max value from RGB is 131 - color contains mainly: blue. Hex color #306D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306D83 is #CF927C. Grayscale: #5D5D5D. Windows color (decimal): -13603453 or 8613168. OLE color: 8613168.

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

Color convert

RGB 48 109 131 -
CMYK 0.63 0.17 0 0.49
HSL 195.9º 0.46% 0.35% -
HSV(B) 195.9º 0.63% 0.51% -
XYZ 10.78 13.2 23.45 -
YUV 93.27 149.29 95.71 -
System Red Green Blue C M Y K H S L
Decimal 48 109 131 0.63 0.17 0 0.49 195.9 0.46 0.35
Hex 30 6D 83 3F 11 0 31 C4 2E 23
Octal 60 155 203 77 21 0 61 304 56 43
Binary 110000 1101101 10000011 111111 10001 0 110001 11000100 101110 100011

Color Harmonies of #306D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306D83

Black with #306D83

Text Example


Text Example

White with #306D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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