Html Css Color HEX #306775 Blumine

📋 copy color: '#306775'

red 48 ◦ green 103 ◦ blue 117

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

Shades of Blumine #306775

Tints of Blumine #306775

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.43%

 BLUE value IS 117 (46.09% from 255) = 43.66%

R = 17.91%
G = 38.43%
B = 43.66%

CMYK

 C value IS 0.59

 M value IS 0.12

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#306775 (or 0x306775) is known color: Blumine. HEX triplet: 30, 67 and 75. RGB value is (48,103,117). Sum of RGB (Red+Green+Blue) = 48+103+117=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 103 (40.62% from 255 or 38.43% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 117 - color contains mainly: blue. Hex color #306775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306775 is #CF988A. Grayscale: #585858. Windows color (decimal): -13605003 or 7694128. OLE color: 7694128.

HSL color Cylindrical-coordinate representation of color #306775: hue angle of 192.17º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #306775 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 103 117 -
CMYK 0.59 0.12 0 0.54
HSL 192.17º 0.42% 0.32% -
HSV(B) 192.17º 0.59% 0.46% -
XYZ 9.28 11.61 18.58 -
YUV 88.15 144.28 99.36 -
System Red Green Blue C M Y K H S L
Decimal 48 103 117 0.59 0.12 0 0.54 192.17 0.42 0.32
Hex 30 67 75 3B C 0 36 C0 2A 20
Octal 60 147 165 73 14 0 66 300 52 40
Binary 110000 1100111 1110101 111011 1100 0 110110 11000000 101010 100000

Color Harmonies of #306775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306775

Black with #306775

Text Example


Text Example

White with #306775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306775; }

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

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

background-color css

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

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

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

border-color css

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

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

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