Html Css Color HEX #306369 Blumine

📋 copy color: '#306369'

red 48 ◦ green 99 ◦ blue 105

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

Shades of Blumine #306369

Tints of Blumine #306369

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.29%

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

R = 19.05%
G = 39.29%
B = 41.67%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#306369 (or 0x306369) is known color: Blumine. HEX triplet: 30, 63 and 69. RGB value is (48,99,105). Sum of RGB (Red+Green+Blue) = 48+99+105=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 105 - color contains mainly: blue. Hex color #306369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306369 is #CF9C96. Grayscale: #545454. Windows color (decimal): -13606039 or 6906672. OLE color: 6906672.

HSL color Cylindrical-coordinate representation of color #306369: hue angle of 186.32º 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 #306369 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 48 99 105 -
CMYK 0.54 0.06 0 0.59
HSL 186.32º 0.37% 0.3% -
HSV(B) 186.32º 0.54% 0.41% -
XYZ 8.23 10.57 14.97 -
YUV 84.44 139.6 102.01 -
System Red Green Blue C M Y K H S L
Decimal 48 99 105 0.54 0.06 0 0.59 186.32 0.37 0.3
Hex 30 63 69 36 6 0 3B BA 25 1E
Octal 60 143 151 66 6 0 73 272 45 36
Binary 110000 1100011 1101001 110110 110 0 111011 10111010 100101 11110

Color Harmonies of #306369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306369

Black with #306369

Text Example


Text Example

White with #306369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306369; }

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

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

background-color css

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

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

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

border-color css

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

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

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