Html Css Color HEX #304451 Nile Blue

📋 copy color: '#304451'

red 48 ◦ green 68 ◦ blue 81

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

Shades of Nile Blue #304451

Tints of Nile Blue #304451

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.52%

 BLUE value IS 81 (32.03% from 255) = 41.12%

R = 24.37%
G = 34.52%
B = 41.12%

CMYK

 C value IS 0.41

 M value IS 0.16

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#304451 (or 0x304451) is known color: Nile Blue. HEX triplet: 30, 44 and 51. RGB value is (48,68,81). Sum of RGB (Red+Green+Blue) = 48+68+81=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 81 (32.03% from 255 or 41.12% from 197); Max value from RGB is 81 - color contains mainly: blue. Hex color #304451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304451 is #CFBBAE. Grayscale: #3F3F3F. Windows color (decimal): -13613999 or 5325872. OLE color: 5325872.

HSL color Cylindrical-coordinate representation of color #304451: hue angle of 203.64º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #304451 is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 48 68 81 -
CMYK 0.41 0.16 0 0.68
HSL 203.64º 0.26% 0.25% -
HSV(B) 203.64º 0.41% 0.32% -
XYZ 4.77 5.36 8.57 -
YUV 63.5 137.87 116.94 -
System Red Green Blue C M Y K H S L
Decimal 48 68 81 0.41 0.16 0 0.68 203.64 0.26 0.25
Hex 30 44 51 29 10 0 44 CC 1A 19
Octal 60 104 121 51 20 0 104 314 32 31
Binary 110000 1000100 1010001 101001 10000 0 1000100 11001100 11010 11001

Color Harmonies of #304451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304451

Black with #304451

Text Example


Text Example

White with #304451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304451; }

 p { color: rgb(48,68,81); }

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

background-color css

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

 a { background-color: rgb(48,68,81); }

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

border-color css

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

 span { border-color: rgb(48,68,81); }

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