Html Css Color HEX #306193 Endeavour

📋 copy color: '#306193'

red 48 ◦ green 97 ◦ blue 147

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

Shades of Endeavour #306193

Tints of Endeavour #306193

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.22%

 BLUE value IS 147 (57.81% from 255) = 50.34%

R = 16.44%
G = 33.22%
B = 50.34%

CMYK

 C value IS 0.67

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#306193 (or 0x306193) is known color: Endeavour. HEX triplet: 30, 61 and 93. RGB value is (48,97,147). Sum of RGB (Red+Green+Blue) = 48+97+147=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #306193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306193 is #CF9E6C. Grayscale: #575757. Windows color (decimal): -13606509 or 9658672. OLE color: 9658672.

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

Color convert

RGB 48 97 147 -
CMYK 0.67 0.34 0 0.42
HSL 210.3º 0.51% 0.38% -
HSV(B) 210.3º 0.67% 0.58% -
XYZ 10.76 11.28 29.21 -
YUV 88.05 161.27 99.43 -
System Red Green Blue C M Y K H S L
Decimal 48 97 147 0.67 0.34 0 0.42 210.3 0.51 0.38
Hex 30 61 93 43 22 0 2A D2 33 26
Octal 60 141 223 103 42 0 52 322 63 46
Binary 110000 1100001 10010011 1000011 100010 0 101010 11010010 110011 100110

Color Harmonies of #306193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306193

Black with #306193

Text Example


Text Example

White with #306193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306193; }

 p { color: rgb(48,97,147); }

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

background-color css

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

 a { background-color: rgb(48,97,147); }

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

border-color css

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

 span { border-color: rgb(48,97,147); }

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