Html Css Color HEX #30618D Endeavour

📋 copy color: '#30618D'

red 48 ◦ green 97 ◦ blue 141

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

Shades of Endeavour #30618D

Tints of Endeavour #30618D

RGB

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

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

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

R = 16.78%
G = 33.92%
B = 49.3%

CMYK

 C value IS 0.66

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30618D (or 0x30618D) is known color: Endeavour. HEX triplet: 30, 61 and 8D. RGB value is (48,97,141). Sum of RGB (Red+Green+Blue) = 48+97+141=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 141 (55.47% from 255 or 49.30% from 286); Max value from RGB is 141 - color contains mainly: blue. Hex color #30618D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30618D is #CF9E72. Grayscale: #575757. Windows color (decimal): -13606515 or 9265456. OLE color: 9265456.

HSL color Cylindrical-coordinate representation of color #30618D: hue angle of 208.39º 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 #30618D is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 97 141 -
CMYK 0.66 0.31 0 0.45
HSL 208.39º 0.49% 0.37% -
HSV(B) 208.39º 0.66% 0.55% -
XYZ 10.3 11.1 26.8 -
YUV 87.37 158.27 99.92 -
System Red Green Blue C M Y K H S L
Decimal 48 97 141 0.66 0.31 0 0.45 208.39 0.49 0.37
Hex 30 61 8D 42 1F 0 2D D0 31 25
Octal 60 141 215 102 37 0 55 320 61 45
Binary 110000 1100001 10001101 1000010 11111 0 101101 11010000 110001 100101

Color Harmonies of #30618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30618D

Black with #30618D

Text Example


Text Example

White with #30618D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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