Html Css Color HEX #306192 Endeavour

📋 copy color: '#306192'

red 48 ◦ green 97 ◦ blue 146

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

Shades of Endeavour #306192

Tints of Endeavour #306192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 50.17%

R = 16.49%
G = 33.33%
B = 50.17%

CMYK

 C value IS 0.67

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#306192 (or 0x306192) is known color: Endeavour. HEX triplet: 30, 61 and 92. RGB value is (48,97,146). Sum of RGB (Red+Green+Blue) = 48+97+146=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 146 (57.42% from 255 or 50.17% from 291); Max value from RGB is 146 - color contains mainly: blue. Hex color #306192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306192 is #CF9E6D. Grayscale: #575757. Windows color (decimal): -13606510 or 9593136. OLE color: 9593136.

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

Color convert

RGB 48 97 146 -
CMYK 0.67 0.34 0 0.43
HSL 210º 0.51% 0.38% -
HSV(B) 210º 0.67% 0.57% -
XYZ 10.68 11.25 28.8 -
YUV 87.94 160.77 99.52 -
System Red Green Blue C M Y K H S L
Decimal 48 97 146 0.67 0.34 0 0.43 210 0.51 0.38
Hex 30 61 92 43 22 0 2B D2 33 26
Octal 60 141 222 103 42 0 53 322 63 46
Binary 110000 1100001 10010010 1000011 100010 0 101011 11010010 110011 100110

Color Harmonies of #306192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306192

Black with #306192

Text Example


Text Example

White with #306192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306192; }

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

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

background-color css

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

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

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

border-color css

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

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

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