Html Css Color HEX #30638D Endeavour

📋 copy color: '#30638D'

red 48 ◦ green 99 ◦ blue 141

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

Shades of Endeavour #30638D

Tints of Endeavour #30638D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.38%

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

R = 16.67%
G = 34.38%
B = 48.96%

CMYK

 C value IS 0.66

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30638D (or 0x30638D) is known color: Endeavour. HEX triplet: 30, 63 and 8D. RGB value is (48,99,141). Sum of RGB (Red+Green+Blue) = 48+99+141=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 141 (55.47% from 255 or 48.96% from 288); Max value from RGB is 141 - color contains mainly: blue. Hex color #30638D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30638D is #CF9C72. Grayscale: #585858. Windows color (decimal): -13606003 or 9265968. OLE color: 9265968.

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

Color convert

RGB 48 99 141 -
CMYK 0.66 0.30 0 0.45
HSL 207.1º 0.49% 0.37% -
HSV(B) 207.1º 0.66% 0.55% -
XYZ 10.49 11.48 26.86 -
YUV 88.54 157.6 99.08 -
System Red Green Blue C M Y K H S L
Decimal 48 99 141 0.66 0.30 0 0.45 207.1 0.49 0.37
Hex 30 63 8D 42 1E 0 2D CF 31 25
Octal 60 143 215 102 36 0 55 317 61 45
Binary 110000 1100011 10001101 1000010 11110 0 101101 11001111 110001 100101

Color Harmonies of #30638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30638D

Black with #30638D

Text Example


Text Example

White with #30638D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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