Html Css Color HEX #304450 Big Stone

📋 copy color: '#304450'

red 48 ◦ green 68 ◦ blue 80

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

Shades of Big Stone #304450

Tints of Big Stone #304450

RGB

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

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

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

R = 24.49%
G = 34.69%
B = 40.82%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#304450 (or 0x304450) is known color: Big Stone. HEX triplet: 30, 44 and 50. RGB value is (48,68,80). Sum of RGB (Red+Green+Blue) = 48+68+80=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 80 - color contains mainly: blue. Hex color #304450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304450 is #CFBBAF. Grayscale: #3F3F3F. Windows color (decimal): -13614000 or 5260336. OLE color: 5260336.

HSL color Cylindrical-coordinate representation of color #304450: hue angle of 202.5º 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 #304450 is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 68 80 -
CMYK 0.40 0.15 0 0.69
HSL 202.5º 0.25% 0.25% -
HSV(B) 202.5º 0.4% 0.31% -
XYZ 4.73 5.34 8.37 -
YUV 63.39 137.37 117.02 -
System Red Green Blue C M Y K H S L
Decimal 48 68 80 0.40 0.15 0 0.69 202.5 0.25 0.25
Hex 30 44 50 28 F 0 45 CA 19 19
Octal 60 104 120 50 17 0 105 312 31 31
Binary 110000 1000100 1010000 101000 1111 0 1000101 11001010 11001 11001

Color Harmonies of #304450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304450

Black with #304450

Text Example


Text Example

White with #304450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304450; }

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

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

background-color css

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

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

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

border-color css

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

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

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