Html Css Color HEX #306269 Blumine

📋 copy color: '#306269'

red 48 ◦ green 98 ◦ blue 105

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

Shades of Blumine #306269

Tints of Blumine #306269

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.04%

 BLUE value IS 105 (41.41% from 255) = 41.83%

R = 19.12%
G = 39.04%
B = 41.83%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#306269 (or 0x306269) is known color: Blumine. HEX triplet: 30, 62 and 69. RGB value is (48,98,105). Sum of RGB (Red+Green+Blue) = 48+98+105=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 105 - color contains mainly: blue. Hex color #306269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306269 is #CF9D96. Grayscale: #535353. Windows color (decimal): -13606295 or 6906416. OLE color: 6906416.

HSL color Cylindrical-coordinate representation of color #306269: hue angle of 187.37º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #306269 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 48 98 105 -
CMYK 0.54 0.07 0 0.59
HSL 187.37º 0.37% 0.3% -
HSV(B) 187.37º 0.54% 0.41% -
XYZ 8.14 10.38 14.94 -
YUV 83.85 139.94 102.43 -
System Red Green Blue C M Y K H S L
Decimal 48 98 105 0.54 0.07 0 0.59 187.37 0.37 0.3
Hex 30 62 69 36 7 0 3B BB 25 1E
Octal 60 142 151 66 7 0 73 273 45 36
Binary 110000 1100010 1101001 110110 111 0 111011 10111011 100101 11110

Color Harmonies of #306269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306269

Black with #306269

Text Example


Text Example

White with #306269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306269; }

 p { color: rgb(48,98,105); }

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

background-color css

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

 a { background-color: rgb(48,98,105); }

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

border-color css

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

 span { border-color: rgb(48,98,105); }

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