Html Css Color HEX #30486C Cello

📋 copy color: '#30486C'

red 48 ◦ green 72 ◦ blue 108

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

Shades of Cello #30486C

Tints of Cello #30486C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 47.37%

R = 21.05%
G = 31.58%
B = 47.37%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#30486C (or 0x30486C) is known color: Cello. HEX triplet: 30, 48 and 6C. RGB value is (48,72,108). Sum of RGB (Red+Green+Blue) = 48+72+108=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 108 - color contains mainly: blue. Hex color #30486C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30486C is #CFB793. Grayscale: #444444. Windows color (decimal): -13612948 or 7096368. OLE color: 7096368.

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

Color convert

RGB 48 72 108 -
CMYK 0.56 0.33 0 0.58
HSL 216º 0.38% 0.31% -
HSV(B) 216º 0.56% 0.42% -
XYZ 6.24 6.35 15.08 -
YUV 68.93 150.05 113.07 -
System Red Green Blue C M Y K H S L
Decimal 48 72 108 0.56 0.33 0 0.58 216 0.38 0.31
Hex 30 48 6C 38 21 0 3A D8 26 1F
Octal 60 110 154 70 41 0 72 330 46 37
Binary 110000 1001000 1101100 111000 100001 0 111010 11011000 100110 11111

Color Harmonies of #30486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30486C

Black with #30486C

Text Example


Text Example

White with #30486C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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