Html Css Color HEX #30618C Endeavour

📋 copy color: '#30618C'

red 48 ◦ green 97 ◦ blue 140

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

Shades of Endeavour #30618C

Tints of Endeavour #30618C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 49.12%

R = 16.84%
G = 34.04%
B = 49.12%

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

#30618C (or 0x30618C) is known color: Endeavour. HEX triplet: 30, 61 and 8C. RGB value is (48,97,140). Sum of RGB (Red+Green+Blue) = 48+97+140=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 140 (55.08% from 255 or 49.12% from 285); Max value from RGB is 140 - color contains mainly: blue. Hex color #30618C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30618C is #CF9E73. Grayscale: #575757. Windows color (decimal): -13606516 or 9199920. OLE color: 9199920.

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

Color convert

RGB 48 97 140 -
CMYK 0.66 0.31 0 0.45
HSL 208.04º 0.49% 0.37% -
HSV(B) 208.04º 0.66% 0.55% -
XYZ 10.23 11.07 26.41 -
YUV 87.25 157.77 100 -
System Red Green Blue C M Y K H S L
Decimal 48 97 140 0.66 0.31 0 0.45 208.04 0.49 0.37
Hex 30 61 8C 42 1F 0 2D D0 31 25
Octal 60 141 214 102 37 0 55 320 61 45
Binary 110000 1100001 10001100 1000010 11111 0 101101 11010000 110001 100101

Color Harmonies of #30618C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30618C

Black with #30618C

Text Example


Text Example

White with #30618C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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