Html Css Color HEX #304B63 Cello

📋 copy color: '#304B63'

red 48 ◦ green 75 ◦ blue 99

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

Shades of Cello #304B63

Tints of Cello #304B63

RGB

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

 GREEN value IS 75 (29.69% from 255) = 33.78%

 BLUE value IS 99 (39.06% from 255) = 44.59%

R = 21.62%
G = 33.78%
B = 44.59%

CMYK

 C value IS 0.52

 M value IS 0.24

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#304B63 (or 0x304B63) is known color: Cello. HEX triplet: 30, 4B and 63. RGB value is (48,75,99). Sum of RGB (Red+Green+Blue) = 48+75+99=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 99 - color contains mainly: blue. Hex color #304B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304B63 is #CFB49C. Grayscale: #454545. Windows color (decimal): -13612189 or 6507312. OLE color: 6507312.

HSL color Cylindrical-coordinate representation of color #304B63: hue angle of 208.24º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #304B63 is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 75 99 -
CMYK 0.52 0.24 0 0.61
HSL 208.24º 0.35% 0.29% -
HSV(B) 208.24º 0.52% 0.39% -
XYZ 5.99 6.56 12.76 -
YUV 69.66 144.55 112.55 -
System Red Green Blue C M Y K H S L
Decimal 48 75 99 0.52 0.24 0 0.61 208.24 0.35 0.29
Hex 30 4B 63 34 18 0 3D D0 23 1D
Octal 60 113 143 64 30 0 75 320 43 35
Binary 110000 1001011 1100011 110100 11000 0 111101 11010000 100011 11101

Color Harmonies of #304B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304B63

Black with #304B63

Text Example


Text Example

White with #304B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,75,99); }

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

background-color css

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

 a { background-color: rgb(48,75,99); }

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

border-color css

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

 span { border-color: rgb(48,75,99); }

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