Html Css Color HEX #306F85 Astral

📋 copy color: '#306F85'

red 48 ◦ green 111 ◦ blue 133

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

Shades of Astral #306F85

Tints of Astral #306F85

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.01%

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

R = 16.44%
G = 38.01%
B = 45.55%

CMYK

 C value IS 0.64

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#306F85 (or 0x306F85) is known color: Astral. HEX triplet: 30, 6F and 85. RGB value is (48,111,133). Sum of RGB (Red+Green+Blue) = 48+111+133=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 111 (43.75% from 255 or 38.01% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 133 - color contains mainly: blue. Hex color #306F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306F85 is #CF907A. Grayscale: #5E5E5E. Windows color (decimal): -13602939 or 8744752. OLE color: 8744752.

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

Color convert

RGB 48 111 133 -
CMYK 0.64 0.17 0 0.48
HSL 195.53º 0.47% 0.35% -
HSV(B) 195.53º 0.64% 0.52% -
XYZ 11.14 13.69 24.25 -
YUV 94.67 149.63 94.71 -
System Red Green Blue C M Y K H S L
Decimal 48 111 133 0.64 0.17 0 0.48 195.53 0.47 0.35
Hex 30 6F 85 40 11 0 30 C4 2F 23
Octal 60 157 205 100 21 0 60 304 57 43
Binary 110000 1101111 10000101 1000000 10001 0 110000 11000100 101111 100011

Color Harmonies of #306F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306F85

Black with #306F85

Text Example


Text Example

White with #306F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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