Html Css Color HEX #30486B Cello

📋 copy color: '#30486B'

red 48 ◦ green 72 ◦ blue 107

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

Shades of Cello #30486B

Tints of Cello #30486B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.72%

 BLUE value IS 107 (42.19% from 255) = 47.14%

R = 21.15%
G = 31.72%
B = 47.14%

CMYK

 C value IS 0.55

 M value IS 0.33

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#30486B (or 0x30486B) is known color: Cello. HEX triplet: 30, 48 and 6B. RGB value is (48,72,107). Sum of RGB (Red+Green+Blue) = 48+72+107=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 107 - color contains mainly: blue. Hex color #30486B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30486B is #CFB794. Grayscale: #444444. Windows color (decimal): -13612949 or 7030832. OLE color: 7030832.

HSL color Cylindrical-coordinate representation of color #30486B: hue angle of 215.59º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #30486B is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 72 107 -
CMYK 0.55 0.33 0 0.58
HSL 215.59º 0.38% 0.3% -
HSV(B) 215.59º 0.55% 0.42% -
XYZ 6.19 6.32 14.8 -
YUV 68.81 149.55 113.15 -
System Red Green Blue C M Y K H S L
Decimal 48 72 107 0.55 0.33 0 0.58 215.59 0.38 0.3
Hex 30 48 6B 37 21 0 3A D8 26 1E
Octal 60 110 153 67 41 0 72 330 46 36
Binary 110000 1001000 1101011 110111 100001 0 111010 11011000 100110 11110

Color Harmonies of #30486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30486B

Black with #30486B

Text Example


Text Example

White with #30486B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30486B; }

 p { color: rgb(48,72,107); }

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

background-color css

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

 a { background-color: rgb(48,72,107); }

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

border-color css

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

 span { border-color: rgb(48,72,107); }

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