Html Css Color HEX #306788 Astral

📋 copy color: '#306788'

red 48 ◦ green 103 ◦ blue 136

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

Shades of Astral #306788

Tints of Astral #306788

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.89%

 BLUE value IS 136 (53.52% from 255) = 47.39%

R = 16.72%
G = 35.89%
B = 47.39%

CMYK

 C value IS 0.65

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#306788 (or 0x306788) is known color: Astral. HEX triplet: 30, 67 and 88. RGB value is (48,103,136). Sum of RGB (Red+Green+Blue) = 48+103+136=287 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.72% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 136 - color contains mainly: blue. Hex color #306788 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306788 is #CF9877. Grayscale: #5A5A5A. Windows color (decimal): -13604984 or 8939312. OLE color: 8939312.

HSL color Cylindrical-coordinate representation of color #306788: hue angle of 202.5º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #306788 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 103 136 -
CMYK 0.65 0.24 0 0.47
HSL 202.5º 0.48% 0.36% -
HSV(B) 202.5º 0.65% 0.53% -
XYZ 10.51 12.11 25.08 -
YUV 90.32 153.78 97.82 -
System Red Green Blue C M Y K H S L
Decimal 48 103 136 0.65 0.24 0 0.47 202.5 0.48 0.36
Hex 30 67 88 41 18 0 2F CA 30 24
Octal 60 147 210 101 30 0 57 312 60 44
Binary 110000 1100111 10001000 1000001 11000 0 101111 11001010 110000 100100

Color Harmonies of #306788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306788

Black with #306788

Text Example


Text Example

White with #306788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306788; }

 p { color: rgb(48,103,136); }

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

background-color css

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

 a { background-color: rgb(48,103,136); }

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

border-color css

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

 span { border-color: rgb(48,103,136); }

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