Html Css Color HEX #305F67 Blumine

📋 copy color: '#305F67'

red 48 ◦ green 95 ◦ blue 103

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

Shades of Blumine #305F67

Tints of Blumine #305F67

RGB

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

 GREEN value IS 95 (37.5% from 255) = 38.62%

 BLUE value IS 103 (40.63% from 255) = 41.87%

R = 19.51%
G = 38.62%
B = 41.87%

CMYK

 C value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#305F67 (or 0x305F67) is known color: Blumine. HEX triplet: 30, 5F and 67. RGB value is (48,95,103). Sum of RGB (Red+Green+Blue) = 48+95+103=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 103 (40.62% from 255 or 41.87% from 246); Max value from RGB is 103 - color contains mainly: blue. Hex color #305F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305F67 is #CFA098. Grayscale: #515151. Windows color (decimal): -13607065 or 6774576. OLE color: 6774576.

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

Color convert

RGB 48 95 103 -
CMYK 0.53 0.08 0 0.60
HSL 188.73º 0.36% 0.3% -
HSV(B) 188.73º 0.53% 0.4% -
XYZ 7.76 9.79 14.31 -
YUV 81.86 139.93 103.85 -
System Red Green Blue C M Y K H S L
Decimal 48 95 103 0.53 0.08 0 0.60 188.73 0.36 0.3
Hex 30 5F 67 35 8 0 3C BD 24 1E
Octal 60 137 147 65 10 0 74 275 44 36
Binary 110000 1011111 1100111 110101 1000 0 111100 10111101 100100 11110

Color Harmonies of #305F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305F67

Black with #305F67

Text Example


Text Example

White with #305F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,95,103); }

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

background-color css

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

 a { background-color: rgb(48,95,103); }

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

border-color css

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

 span { border-color: rgb(48,95,103); }

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