Html Css Color HEX #304B6D Cello

📋 copy color: '#304B6D'

red 48 ◦ green 75 ◦ blue 109

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

Shades of Cello #304B6D

Tints of Cello #304B6D

RGB

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

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

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

R = 20.69%
G = 32.33%
B = 46.98%

CMYK

 C value IS 0.56

 M value IS 0.31

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#304B6D (or 0x304B6D) is known color: Cello. HEX triplet: 30, 4B and 6D. RGB value is (48,75,109). Sum of RGB (Red+Green+Blue) = 48+75+109=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 109 - color contains mainly: blue. Hex color #304B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304B6D is #CFB492. Grayscale: #464646. Windows color (decimal): -13612179 or 7162672. OLE color: 7162672.

HSL color Cylindrical-coordinate representation of color #304B6D: hue angle of 213.44º 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 #304B6D is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 48 75 109 -
CMYK 0.56 0.31 0 0.57
HSL 213.44º 0.39% 0.31% -
HSV(B) 213.44º 0.56% 0.43% -
XYZ 6.5 6.76 15.43 -
YUV 70.8 149.55 111.74 -
System Red Green Blue C M Y K H S L
Decimal 48 75 109 0.56 0.31 0 0.57 213.44 0.39 0.31
Hex 30 4B 6D 38 1F 0 39 D5 27 1F
Octal 60 113 155 70 37 0 71 325 47 37
Binary 110000 1001011 1101101 111000 11111 0 111001 11010101 100111 11111

Color Harmonies of #304B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304B6D

Black with #304B6D

Text Example


Text Example

White with #304B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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