Html Css Color HEX #304C67 Cello

📋 copy color: '#304C67'

red 48 ◦ green 76 ◦ blue 103

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

Shades of Cello #304C67

Tints of Cello #304C67

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.48%

 BLUE value IS 103 (40.63% from 255) = 45.37%

R = 21.15%
G = 33.48%
B = 45.37%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#304C67 (or 0x304C67) is known color: Cello. HEX triplet: 30, 4C and 67. RGB value is (48,76,103). Sum of RGB (Red+Green+Blue) = 48+76+103=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 103 (40.62% from 255 or 45.37% from 227); Max value from RGB is 103 - color contains mainly: blue. Hex color #304C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304C67 is #CFB398. Grayscale: #464646. Windows color (decimal): -13611929 or 6769712. OLE color: 6769712.

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

Color convert

RGB 48 76 103 -
CMYK 0.53 0.26 0 0.60
HSL 209.45º 0.36% 0.3% -
HSV(B) 209.45º 0.53% 0.4% -
XYZ 6.25 6.78 13.81 -
YUV 70.71 146.22 111.8 -
System Red Green Blue C M Y K H S L
Decimal 48 76 103 0.53 0.26 0 0.60 209.45 0.36 0.3
Hex 30 4C 67 35 1A 0 3C D1 24 1E
Octal 60 114 147 65 32 0 74 321 44 36
Binary 110000 1001100 1100111 110101 11010 0 111100 11010001 100100 11110

Color Harmonies of #304C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304C67

Black with #304C67

Text Example


Text Example

White with #304C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,76,103); }

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

background-color css

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

 a { background-color: rgb(48,76,103); }

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

border-color css

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

 span { border-color: rgb(48,76,103); }

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