Html Css Color HEX #30618A Endeavour

📋 copy color: '#30618A'

red 48 ◦ green 97 ◦ blue 138

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

Shades of Endeavour #30618A

Tints of Endeavour #30618A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 48.76%

R = 16.96%
G = 34.28%
B = 48.76%

CMYK

 C value IS 0.65

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#30618A (or 0x30618A) is known color: Endeavour. HEX triplet: 30, 61 and 8A. RGB value is (48,97,138). Sum of RGB (Red+Green+Blue) = 48+97+138=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 138 (54.30% from 255 or 48.76% from 283); Max value from RGB is 138 - color contains mainly: blue. Hex color #30618A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30618A is #CF9E75. Grayscale: #565656. Windows color (decimal): -13606518 or 9068848. OLE color: 9068848.

HSL color Cylindrical-coordinate representation of color #30618A: hue angle of 207.33º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30618A is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 48 97 138 -
CMYK 0.65 0.30 0 0.46
HSL 207.33º 0.48% 0.36% -
HSV(B) 207.33º 0.65% 0.54% -
XYZ 10.08 11.01 25.64 -
YUV 87.02 156.77 100.17 -
System Red Green Blue C M Y K H S L
Decimal 48 97 138 0.65 0.30 0 0.46 207.33 0.48 0.36
Hex 30 61 8A 41 1E 0 2E CF 30 24
Octal 60 141 212 101 36 0 56 317 60 44
Binary 110000 1100001 10001010 1000001 11110 0 101110 11001111 110000 100100

Color Harmonies of #30618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30618A

Black with #30618A

Text Example


Text Example

White with #30618A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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