Html Css Color HEX #304765 Cello

📋 copy color: '#304765'

red 48 ◦ green 71 ◦ blue 101

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

Shades of Cello #304765

Tints of Cello #304765

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.27%

 BLUE value IS 101 (39.84% from 255) = 45.91%

R = 21.82%
G = 32.27%
B = 45.91%

CMYK

 C value IS 0.52

 M value IS 0.30

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#304765 (or 0x304765) is known color: Cello. HEX triplet: 30, 47 and 65. RGB value is (48,71,101). Sum of RGB (Red+Green+Blue) = 48+71+101=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 101 - color contains mainly: blue. Hex color #304765 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304765 is #CFB89A. Grayscale: #434343. Windows color (decimal): -13613211 or 6637360. OLE color: 6637360.

HSL color Cylindrical-coordinate representation of color #304765: hue angle of 213.96º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #304765 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 48 71 101 -
CMYK 0.52 0.30 0 0.60
HSL 213.96º 0.36% 0.29% -
HSV(B) 213.96º 0.52% 0.4% -
XYZ 5.82 6.07 13.18 -
YUV 67.54 146.88 114.06 -
System Red Green Blue C M Y K H S L
Decimal 48 71 101 0.52 0.30 0 0.60 213.96 0.36 0.29
Hex 30 47 65 34 1E 0 3C D6 24 1D
Octal 60 107 145 64 36 0 74 326 44 35
Binary 110000 1000111 1100101 110100 11110 0 111100 11010110 100100 11101

Color Harmonies of #304765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304765

Black with #304765

Text Example


Text Example

White with #304765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304765; }

 p { color: rgb(48,71,101); }

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

background-color css

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

 a { background-color: rgb(48,71,101); }

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

border-color css

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

 span { border-color: rgb(48,71,101); }

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