Html Css Color HEX #304A69 Cello

📋 copy color: '#304A69'

red 48 ◦ green 74 ◦ blue 105

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

Shades of Cello #304A69

Tints of Cello #304A69

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.6%

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

R = 21.15%
G = 32.6%
B = 46.26%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#304A69 (or 0x304A69) is known color: Cello. HEX triplet: 30, 4A and 69. RGB value is (48,74,105). Sum of RGB (Red+Green+Blue) = 48+74+105=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 105 - color contains mainly: blue. Hex color #304A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304A69 is #CFB596. Grayscale: #454545. Windows color (decimal): -13612439 or 6900272. OLE color: 6900272.

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

Color convert

RGB 48 74 105 -
CMYK 0.54 0.30 0 0.59
HSL 212.63º 0.37% 0.3% -
HSV(B) 212.63º 0.54% 0.41% -
XYZ 6.22 6.55 14.3 -
YUV 69.76 147.89 112.48 -
System Red Green Blue C M Y K H S L
Decimal 48 74 105 0.54 0.30 0 0.59 212.63 0.37 0.3
Hex 30 4A 69 36 1E 0 3B D5 25 1E
Octal 60 112 151 66 36 0 73 325 45 36
Binary 110000 1001010 1101001 110110 11110 0 111011 11010101 100101 11110

Color Harmonies of #304A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304A69

Black with #304A69

Text Example


Text Example

White with #304A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304A69; }

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

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

background-color css

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

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

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

border-color css

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

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

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