Html Css Color HEX #304350 Nile Blue

📋 copy color: '#304350'

red 48 ◦ green 67 ◦ blue 80

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

Shades of Nile Blue #304350

Tints of Nile Blue #304350

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.36%

 BLUE value IS 80 (31.64% from 255) = 41.03%

R = 24.62%
G = 34.36%
B = 41.03%

CMYK

 C value IS 0.40

 M value IS 0.16

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#304350 (or 0x304350) is known color: Nile Blue. HEX triplet: 30, 43 and 50. RGB value is (48,67,80). Sum of RGB (Red+Green+Blue) = 48+67+80=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 67 (26.56% from 255 or 34.36% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 80 - color contains mainly: blue. Hex color #304350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304350 is #CFBCAF. Grayscale: #3E3E3E. Windows color (decimal): -13614256 or 5260080. OLE color: 5260080.

HSL color Cylindrical-coordinate representation of color #304350: hue angle of 204.38º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #304350 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 67 80 -
CMYK 0.40 0.16 0 0.69
HSL 204.38º 0.25% 0.25% -
HSV(B) 204.38º 0.4% 0.31% -
XYZ 4.67 5.22 8.35 -
YUV 62.8 137.71 117.44 -
System Red Green Blue C M Y K H S L
Decimal 48 67 80 0.40 0.16 0 0.69 204.38 0.25 0.25
Hex 30 43 50 28 10 0 45 CC 19 19
Octal 60 103 120 50 20 0 105 314 31 31
Binary 110000 1000011 1010000 101000 10000 0 1000101 11001100 11001 11001

Color Harmonies of #304350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304350

Black with #304350

Text Example


Text Example

White with #304350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304350; }

 p { color: rgb(48,67,80); }

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

background-color css

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

 a { background-color: rgb(48,67,80); }

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

border-color css

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

 span { border-color: rgb(48,67,80); }

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