Html Css Color HEX #305965 Blumine

📋 copy color: '#305965'

red 48 ◦ green 89 ◦ blue 101

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

Shades of Blumine #305965

Tints of Blumine #305965

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.39%

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

R = 20.17%
G = 37.39%
B = 42.44%

CMYK

 C value IS 0.52

 M value IS 0.12

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#305965 (or 0x305965) is known color: Blumine. HEX triplet: 30, 59 and 65. RGB value is (48,89,101). Sum of RGB (Red+Green+Blue) = 48+89+101=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 101 - color contains mainly: blue. Hex color #305965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305965 is #CFA69A. Grayscale: #4E4E4E. Windows color (decimal): -13608603 or 6641968. OLE color: 6641968.

HSL color Cylindrical-coordinate representation of color #305965: hue angle of 193.58º 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 #305965 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 48 89 101 -
CMYK 0.52 0.12 0 0.60
HSL 193.58º 0.36% 0.29% -
HSV(B) 193.58º 0.52% 0.4% -
XYZ 7.14 8.71 13.62 -
YUV 78.11 140.92 106.52 -
System Red Green Blue C M Y K H S L
Decimal 48 89 101 0.52 0.12 0 0.60 193.58 0.36 0.29
Hex 30 59 65 34 C 0 3C C2 24 1D
Octal 60 131 145 64 14 0 74 302 44 35
Binary 110000 1011001 1100101 110100 1100 0 111100 11000010 100100 11101

Color Harmonies of #305965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305965

Black with #305965

Text Example


Text Example

White with #305965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305965; }

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

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

background-color css

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

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

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

border-color css

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

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

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