Html Css Color HEX #306395 Endeavour

📋 copy color: '#306395'

red 48 ◦ green 99 ◦ blue 149

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

Shades of Endeavour #306395

Tints of Endeavour #306395

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.45%

 BLUE value IS 149 (58.59% from 255) = 50.34%

R = 16.22%
G = 33.45%
B = 50.34%

CMYK

 C value IS 0.68

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#306395 (or 0x306395) is known color: Endeavour. HEX triplet: 30, 63 and 95. RGB value is (48,99,149). Sum of RGB (Red+Green+Blue) = 48+99+149=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 149 (58.59% from 255 or 50.34% from 296); Max value from RGB is 149 - color contains mainly: blue. Hex color #306395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306395 is #CF9C6A. Grayscale: #595959. Windows color (decimal): -13605995 or 9790256. OLE color: 9790256.

HSL color Cylindrical-coordinate representation of color #306395: hue angle of 209.7º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #306395 is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 99 149 -
CMYK 0.68 0.34 0 0.42
HSL 209.7º 0.51% 0.39% -
HSV(B) 209.7º 0.68% 0.58% -
XYZ 11.11 11.72 30.11 -
YUV 89.45 161.6 98.43 -
System Red Green Blue C M Y K H S L
Decimal 48 99 149 0.68 0.34 0 0.42 209.7 0.51 0.39
Hex 30 63 95 44 22 0 2A D2 33 27
Octal 60 143 225 104 42 0 52 322 63 47
Binary 110000 1100011 10010101 1000100 100010 0 101010 11010010 110011 100111

Color Harmonies of #306395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306395

Black with #306395

Text Example


Text Example

White with #306395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306395; }

 p { color: rgb(48,99,149); }

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

background-color css

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

 a { background-color: rgb(48,99,149); }

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

border-color css

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

 span { border-color: rgb(48,99,149); }

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