Html Css Color HEX #30608D Endeavour

📋 copy color: '#30608D'

red 48 ◦ green 96 ◦ blue 141

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

Shades of Endeavour #30608D

Tints of Endeavour #30608D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.68%

 BLUE value IS 141 (55.47% from 255) = 49.47%

R = 16.84%
G = 33.68%
B = 49.47%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30608D (or 0x30608D) is known color: Endeavour. HEX triplet: 30, 60 and 8D. RGB value is (48,96,141). Sum of RGB (Red+Green+Blue) = 48+96+141=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #30608D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30608D is #CF9F72. Grayscale: #565656. Windows color (decimal): -13606771 or 9265200. OLE color: 9265200.

HSL color Cylindrical-coordinate representation of color #30608D: hue angle of 209.03º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30608D is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 96 141 -
CMYK 0.66 0.32 0 0.45
HSL 209.03º 0.49% 0.37% -
HSV(B) 209.03º 0.66% 0.55% -
XYZ 10.21 10.92 26.77 -
YUV 86.78 158.6 100.34 -
System Red Green Blue C M Y K H S L
Decimal 48 96 141 0.66 0.32 0 0.45 209.03 0.49 0.37
Hex 30 60 8D 42 20 0 2D D1 31 25
Octal 60 140 215 102 40 0 55 321 61 45
Binary 110000 1100000 10001101 1000010 100000 0 101101 11010001 110001 100101

Color Harmonies of #30608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30608D

Black with #30608D

Text Example


Text Example

White with #30608D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30608D; }

 p { color: rgb(48,96,141); }

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

background-color css

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

 a { background-color: rgb(48,96,141); }

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

border-color css

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

 span { border-color: rgb(48,96,141); }

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