Html Css Color HEX #305A65 Blumine

📋 copy color: '#305A65'

red 48 ◦ green 90 ◦ blue 101

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

Shades of Blumine #305A65

Tints of Blumine #305A65

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.66%

 BLUE value IS 101 (39.84% from 255) = 42.26%

R = 20.08%
G = 37.66%
B = 42.26%

CMYK

 C value IS 0.52

 M value IS 0.11

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#305A65 (or 0x305A65) is known color: Blumine. HEX triplet: 30, 5A and 65. RGB value is (48,90,101). Sum of RGB (Red+Green+Blue) = 48+90+101=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 101 - color contains mainly: blue. Hex color #305A65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305A65 is #CFA59A. Grayscale: #4E4E4E. Windows color (decimal): -13608347 or 6642224. OLE color: 6642224.

HSL color Cylindrical-coordinate representation of color #305A65: hue angle of 192.45º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #305A65 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 48 90 101 -
CMYK 0.52 0.11 0 0.60
HSL 192.45º 0.36% 0.29% -
HSV(B) 192.45º 0.52% 0.4% -
XYZ 7.22 8.88 13.65 -
YUV 78.7 140.59 106.11 -
System Red Green Blue C M Y K H S L
Decimal 48 90 101 0.52 0.11 0 0.60 192.45 0.36 0.29
Hex 30 5A 65 34 B 0 3C C0 24 1D
Octal 60 132 145 64 13 0 74 300 44 35
Binary 110000 1011010 1100101 110100 1011 0 111100 11000000 100100 11101

Color Harmonies of #305A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305A65

Black with #305A65

Text Example


Text Example

White with #305A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,90,101); }

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

background-color css

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

 a { background-color: rgb(48,90,101); }

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

border-color css

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

 span { border-color: rgb(48,90,101); }

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