Html Css Color HEX #306885 Astral

📋 copy color: '#306885'

red 48 ◦ green 104 ◦ blue 133

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

Shades of Astral #306885

Tints of Astral #306885

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.49%

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

R = 16.84%
G = 36.49%
B = 46.67%

CMYK

 C value IS 0.64

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#306885 (or 0x306885) is known color: Astral. HEX triplet: 30, 68 and 85. RGB value is (48,104,133). Sum of RGB (Red+Green+Blue) = 48+104+133=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #306885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306885 is #CF977A. Grayscale: #5A5A5A. Windows color (decimal): -13604731 or 8742960. OLE color: 8742960.

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

Color convert

RGB 48 104 133 -
CMYK 0.64 0.22 0 0.48
HSL 200.47º 0.47% 0.35% -
HSV(B) 200.47º 0.64% 0.52% -
XYZ 10.4 12.22 24 -
YUV 90.56 151.95 97.64 -
System Red Green Blue C M Y K H S L
Decimal 48 104 133 0.64 0.22 0 0.48 200.47 0.47 0.35
Hex 30 68 85 40 16 0 30 C8 2F 23
Octal 60 150 205 100 26 0 60 310 57 43
Binary 110000 1101000 10000101 1000000 10110 0 110000 11001000 101111 100011

Color Harmonies of #306885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306885

Black with #306885

Text Example


Text Example

White with #306885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306885; }

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

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

background-color css

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

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

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

border-color css

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

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

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