Html Css Color HEX #304A6D Cello

📋 copy color: '#304A6D'

red 48 ◦ green 74 ◦ blue 109

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

Shades of Cello #304A6D

Tints of Cello #304A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 47.19%

R = 20.78%
G = 32.03%
B = 47.19%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#304A6D (or 0x304A6D) is known color: Cello. HEX triplet: 30, 4A and 6D. RGB value is (48,74,109). Sum of RGB (Red+Green+Blue) = 48+74+109=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 74 (29.30% from 255 or 32.03% from 231); Blue value is 109 (42.97% from 255 or 47.19% from 231); Max value from RGB is 109 - color contains mainly: blue. Hex color #304A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304A6D is #CFB592. Grayscale: #464646. Windows color (decimal): -13612435 or 7162416. OLE color: 7162416.

HSL color Cylindrical-coordinate representation of color #304A6D: hue angle of 214.43º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #304A6D is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 48 74 109 -
CMYK 0.56 0.32 0 0.57
HSL 214.43º 0.39% 0.31% -
HSV(B) 214.43º 0.56% 0.43% -
XYZ 6.43 6.63 15.41 -
YUV 70.22 149.89 112.15 -
System Red Green Blue C M Y K H S L
Decimal 48 74 109 0.56 0.32 0 0.57 214.43 0.39 0.31
Hex 30 4A 6D 38 20 0 39 D6 27 1F
Octal 60 112 155 70 40 0 71 326 47 37
Binary 110000 1001010 1101101 111000 100000 0 111001 11010110 100111 11111

Color Harmonies of #304A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304A6D

Black with #304A6D

Text Example


Text Example

White with #304A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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