Html Css Color HEX #306293 Endeavour

📋 copy color: '#306293'

red 48 ◦ green 98 ◦ blue 147

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

Shades of Endeavour #306293

Tints of Endeavour #306293

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.45%

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

R = 16.38%
G = 33.45%
B = 50.17%

CMYK

 C value IS 0.67

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#306293 (or 0x306293) is known color: Endeavour. HEX triplet: 30, 62 and 93. RGB value is (48,98,147). Sum of RGB (Red+Green+Blue) = 48+98+147=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 147 (57.81% from 255 or 50.17% from 293); Max value from RGB is 147 - color contains mainly: blue. Hex color #306293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306293 is #CF9D6C. Grayscale: #585858. Windows color (decimal): -13606253 or 9658928. OLE color: 9658928.

HSL color Cylindrical-coordinate representation of color #306293: hue angle of 209.7º 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 #306293 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 98 147 -
CMYK 0.67 0.33 0 0.42
HSL 209.7º 0.51% 0.38% -
HSV(B) 209.7º 0.67% 0.58% -
XYZ 10.85 11.47 29.25 -
YUV 88.64 160.94 99.02 -
System Red Green Blue C M Y K H S L
Decimal 48 98 147 0.67 0.33 0 0.42 209.7 0.51 0.38
Hex 30 62 93 43 21 0 2A D2 33 26
Octal 60 142 223 103 41 0 52 322 63 46
Binary 110000 1100010 10010011 1000011 100001 0 101010 11010010 110011 100110

Color Harmonies of #306293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306293

Black with #306293

Text Example


Text Example

White with #306293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306293; }

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

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

background-color css

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

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

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

border-color css

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

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

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