Html Css Color HEX #304653 Nile Blue

📋 copy color: '#304653'

red 48 ◦ green 70 ◦ blue 83

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

Shades of Nile Blue #304653

Tints of Nile Blue #304653

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.83%

 BLUE value IS 83 (32.81% from 255) = 41.29%

R = 23.88%
G = 34.83%
B = 41.29%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#304653 (or 0x304653) is known color: Nile Blue. HEX triplet: 30, 46 and 53. RGB value is (48,70,83). Sum of RGB (Red+Green+Blue) = 48+70+83=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 83 - color contains mainly: blue. Hex color #304653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304653 is #CFB9AC. Grayscale: #404040. Windows color (decimal): -13613485 or 5457456. OLE color: 5457456.

HSL color Cylindrical-coordinate representation of color #304653: hue angle of 202.29º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #304653 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 70 83 -
CMYK 0.42 0.16 0 0.67
HSL 202.29º 0.27% 0.26% -
HSV(B) 202.29º 0.42% 0.33% -
XYZ 4.97 5.63 9.01 -
YUV 64.9 138.21 115.94 -
System Red Green Blue C M Y K H S L
Decimal 48 70 83 0.42 0.16 0 0.67 202.29 0.27 0.26
Hex 30 46 53 2A 10 0 43 CA 1B 1A
Octal 60 106 123 52 20 0 103 312 33 32
Binary 110000 1000110 1010011 101010 10000 0 1000011 11001010 11011 11010

Color Harmonies of #304653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304653

Black with #304653

Text Example


Text Example

White with #304653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304653; }

 p { color: rgb(48,70,83); }

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

background-color css

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

 a { background-color: rgb(48,70,83); }

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

border-color css

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

 span { border-color: rgb(48,70,83); }

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