Html Css Color HEX #30638B Endeavour

📋 copy color: '#30638B'

red 48 ◦ green 99 ◦ blue 139

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

Shades of Endeavour #30638B

Tints of Endeavour #30638B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 48.6%

R = 16.78%
G = 34.62%
B = 48.6%

CMYK

 C value IS 0.65

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30638B (or 0x30638B) is known color: Endeavour. HEX triplet: 30, 63 and 8B. RGB value is (48,99,139). Sum of RGB (Red+Green+Blue) = 48+99+139=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #30638B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30638B is #CF9C74. Grayscale: #585858. Windows color (decimal): -13606005 or 9134896. OLE color: 9134896.

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

Color convert

RGB 48 99 139 -
CMYK 0.65 0.29 0 0.45
HSL 206.37º 0.49% 0.37% -
HSV(B) 206.37º 0.65% 0.55% -
XYZ 10.34 11.42 26.08 -
YUV 88.31 156.6 99.25 -
System Red Green Blue C M Y K H S L
Decimal 48 99 139 0.65 0.29 0 0.45 206.37 0.49 0.37
Hex 30 63 8B 41 1D 0 2D CE 31 25
Octal 60 143 213 101 35 0 55 316 61 45
Binary 110000 1100011 10001011 1000001 11101 0 101101 11001110 110001 100101

Color Harmonies of #30638B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30638B

Black with #30638B

Text Example


Text Example

White with #30638B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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