Html Css Color HEX #304A66 Cello

📋 copy color: '#304A66'

red 48 ◦ green 74 ◦ blue 102

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

Shades of Cello #304A66

Tints of Cello #304A66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 45.54%

R = 21.43%
G = 33.04%
B = 45.54%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#304A66 (or 0x304A66) is known color: Cello. HEX triplet: 30, 4A and 66. RGB value is (48,74,102). Sum of RGB (Red+Green+Blue) = 48+74+102=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 102 - color contains mainly: blue. Hex color #304A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304A66 is #CFB599. Grayscale: #454545. Windows color (decimal): -13612442 or 6703664. OLE color: 6703664.

HSL color Cylindrical-coordinate representation of color #304A66: hue angle of 211.11º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #304A66 is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 48 74 102 -
CMYK 0.53 0.27 0 0.6
HSL 211.11º 0.36% 0.29% -
HSV(B) 211.11º 0.53% 0.4% -
XYZ 6.07 6.49 13.5 -
YUV 69.42 146.39 112.72 -
System Red Green Blue C M Y K H S L
Decimal 48 74 102 0.53 0.27 0 0.6 211.11 0.36 0.29
Hex 30 4A 66 35 1B 0 3C D3 24 1D
Octal 60 112 146 65 33 0 74 323 44 35
Binary 110000 1001010 1100110 110101 11011 0 111100 11010011 100100 11101

Color Harmonies of #304A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304A66

Black with #304A66

Text Example


Text Example

White with #304A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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