Html Css Color HEX #305C65 Blumine

📋 copy color: '#305C65'

red 48 ◦ green 92 ◦ blue 101

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

Shades of Blumine #305C65

Tints of Blumine #305C65

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.17%

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

R = 19.92%
G = 38.17%
B = 41.91%

CMYK

 C value IS 0.52

 M value IS 0.09

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#305C65 (or 0x305C65) is known color: Blumine. HEX triplet: 30, 5C and 65. RGB value is (48,92,101). Sum of RGB (Red+Green+Blue) = 48+92+101=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 101 - color contains mainly: blue. Hex color #305C65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305C65 is #CFA39A. Grayscale: #4F4F4F. Windows color (decimal): -13607835 or 6642736. OLE color: 6642736.

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

Color convert

RGB 48 92 101 -
CMYK 0.52 0.09 0 0.60
HSL 190.19º 0.36% 0.29% -
HSV(B) 190.19º 0.52% 0.4% -
XYZ 7.4 9.22 13.7 -
YUV 79.87 139.92 105.27 -
System Red Green Blue C M Y K H S L
Decimal 48 92 101 0.52 0.09 0 0.60 190.19 0.36 0.29
Hex 30 5C 65 34 9 0 3C BE 24 1D
Octal 60 134 145 64 11 0 74 276 44 35
Binary 110000 1011100 1100101 110100 1001 0 111100 10111110 100100 11101

Color Harmonies of #305C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305C65

Black with #305C65

Text Example


Text Example

White with #305C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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