Html Css Color HEX #305E6E Blumine

📋 copy color: '#305E6E'

red 48 ◦ green 94 ◦ blue 110

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

Shades of Blumine #305E6E

Tints of Blumine #305E6E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 37.3%

 BLUE value IS 110 (43.36% from 255) = 43.65%

R = 19.05%
G = 37.3%
B = 43.65%

CMYK

 C value IS 0.56

 M value IS 0.15

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#305E6E (or 0x305E6E) is known color: Blumine. HEX triplet: 30, 5E and 6E. RGB value is (48,94,110). Sum of RGB (Red+Green+Blue) = 48+94+110=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 94 (37.11% from 255 or 37.30% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 110 - color contains mainly: blue. Hex color #305E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305E6E is #CFA191. Grayscale: #515151. Windows color (decimal): -13607314 or 7233072. OLE color: 7233072.

HSL color Cylindrical-coordinate representation of color #305E6E: hue angle of 195.48º 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 #305E6E is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 48 94 110 -
CMYK 0.56 0.15 0 0.57
HSL 195.48º 0.39% 0.31% -
HSV(B) 195.48º 0.56% 0.43% -
XYZ 8.04 9.76 16.21 -
YUV 82.07 143.76 103.7 -
System Red Green Blue C M Y K H S L
Decimal 48 94 110 0.56 0.15 0 0.57 195.48 0.39 0.31
Hex 30 5E 6E 38 F 0 39 C3 27 1F
Octal 60 136 156 70 17 0 71 303 47 37
Binary 110000 1011110 1101110 111000 1111 0 111001 11000011 100111 11111

Color Harmonies of #305E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305E6E

Black with #305E6E

Text Example


Text Example

White with #305E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305E6E; }

 p { color: rgb(48,94,110); }

 H1.HeaderClassName
 {
   color: #305E6E;
 }
 .AnyTagClassName
 {
   color: #305E6E;
 }
</style>

background-color css

<style>
 a { background-color: #305E6E; }

 a { background-color: rgb(48,94,110); }

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

border-color css

<style>
 span { border-color: #305E6E; }

 span { border-color: rgb(48,94,110); }

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