Html Css Color HEX #305694 Endeavour

📋 copy color: '#305694'

red 48 ◦ green 86 ◦ blue 148

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

Shades of Endeavour #305694

Tints of Endeavour #305694

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.5%

 BLUE value IS 148 (58.2% from 255) = 52.48%

R = 17.02%
G = 30.5%
B = 52.48%

CMYK

 C value IS 0.68

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#305694 (or 0x305694) is known color: Endeavour. HEX triplet: 30, 56 and 94. RGB value is (48,86,148). Sum of RGB (Red+Green+Blue) = 48+86+148=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 148 (58.20% from 255 or 52.48% from 282); Max value from RGB is 148 - color contains mainly: blue. Hex color #305694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305694 is #CFA96B. Grayscale: #515151. Windows color (decimal): -13609324 or 9721392. OLE color: 9721392.

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

Color convert

RGB 48 86 148 -
CMYK 0.68 0.42 0 0.42
HSL 217.2º 0.51% 0.38% -
HSV(B) 217.2º 0.68% 0.58% -
XYZ 9.89 9.42 29.31 -
YUV 81.71 165.41 103.96 -
System Red Green Blue C M Y K H S L
Decimal 48 86 148 0.68 0.42 0 0.42 217.2 0.51 0.38
Hex 30 56 94 44 2A 0 2A D9 33 26
Octal 60 126 224 104 52 0 52 331 63 46
Binary 110000 1010110 10010100 1000100 101010 0 101010 11011001 110011 100110

Color Harmonies of #305694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305694

Black with #305694

Text Example


Text Example

White with #305694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305694; }

 p { color: rgb(48,86,148); }

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

background-color css

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

 a { background-color: rgb(48,86,148); }

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

border-color css

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

 span { border-color: rgb(48,86,148); }

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