Html Css Color HEX #306C82 Astral

📋 copy color: '#306C82'

red 48 ◦ green 108 ◦ blue 130

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

Shades of Astral #306C82

Tints of Astral #306C82

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.76%

 BLUE value IS 130 (51.17% from 255) = 45.45%

R = 16.78%
G = 37.76%
B = 45.45%

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

#306C82 (or 0x306C82) is known color: Astral. HEX triplet: 30, 6C and 82. RGB value is (48,108,130). Sum of RGB (Red+Green+Blue) = 48+108+130=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 108 (42.58% from 255 or 37.76% from 286); Blue value is 130 (51.17% from 255 or 45.45% from 286); Max value from RGB is 130 - color contains mainly: blue. Hex color #306C82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306C82 is #CF937D. Grayscale: #5C5C5C. Windows color (decimal): -13603710 or 8547376. OLE color: 8547376.

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

Color convert

RGB 48 108 130 -
CMYK 0.63 0.17 0 0.49
HSL 196.1º 0.46% 0.35% -
HSV(B) 196.1º 0.63% 0.51% -
XYZ 10.61 12.97 23.06 -
YUV 92.57 149.12 96.21 -
System Red Green Blue C M Y K H S L
Decimal 48 108 130 0.63 0.17 0 0.49 196.1 0.46 0.35
Hex 30 6C 82 3F 11 0 31 C4 2E 23
Octal 60 154 202 77 21 0 61 304 56 43
Binary 110000 1101100 10000010 111111 10001 0 110001 11000100 101110 100011

Color Harmonies of #306C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306C82

Black with #306C82

Text Example


Text Example

White with #306C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,108,130); }

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

background-color css

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

 a { background-color: rgb(48,108,130); }

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

border-color css

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

 span { border-color: rgb(48,108,130); }

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