Html Css Color HEX #30626D Blumine

📋 copy color: '#30626D'

red 48 ◦ green 98 ◦ blue 109

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

Shades of Blumine #30626D

Tints of Blumine #30626D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.43%

 BLUE value IS 109 (42.97% from 255) = 42.75%

R = 18.82%
G = 38.43%
B = 42.75%

CMYK

 C value IS 0.56

 M value IS 0.10

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#30626D (or 0x30626D) is known color: Blumine. HEX triplet: 30, 62 and 6D. RGB value is (48,98,109). Sum of RGB (Red+Green+Blue) = 48+98+109=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 98 (38.67% from 255 or 38.43% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 109 - color contains mainly: blue. Hex color #30626D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30626D is #CF9D92. Grayscale: #545454. Windows color (decimal): -13606291 or 7168560. OLE color: 7168560.

HSL color Cylindrical-coordinate representation of color #30626D: hue angle of 190.82º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30626D is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 48 98 109 -
CMYK 0.56 0.10 0 0.57
HSL 190.82º 0.39% 0.31% -
HSV(B) 190.82º 0.56% 0.43% -
XYZ 8.35 10.47 16.05 -
YUV 84.3 141.94 102.11 -
System Red Green Blue C M Y K H S L
Decimal 48 98 109 0.56 0.10 0 0.57 190.82 0.39 0.31
Hex 30 62 6D 38 A 0 39 BF 27 1F
Octal 60 142 155 70 12 0 71 277 47 37
Binary 110000 1100010 1101101 111000 1010 0 111001 10111111 100111 11111

Color Harmonies of #30626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30626D

Black with #30626D

Text Example


Text Example

White with #30626D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,98,109); }

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

background-color css

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

 a { background-color: rgb(48,98,109); }

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

border-color css

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

 span { border-color: rgb(48,98,109); }

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