Html Css Color HEX #3050C0 Cerulean Blue

📋 copy color: '#3050C0'

red 48 ◦ green 80 ◦ blue 192

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

Shades of Cerulean Blue #3050C0

Tints of Cerulean Blue #3050C0

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25%

 BLUE value IS 192 (75.39% from 255) = 60%

R = 15%
G = 25%
B = 60%

CMYK

 C value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3050C0 (or 0x3050C0) is known color: Cerulean Blue. HEX triplet: 30, 50 and C0. RGB value is (48,80,192). Sum of RGB (Red+Green+Blue) = 48+80+192=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 192 (75.39% from 255 or 60% from 320); Max value from RGB is 192 - color contains mainly: blue. Hex color #3050C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3050C0 is #CFAF3F. Grayscale: #525252. Windows color (decimal): -13610816 or 12603440. OLE color: 12603440.

HSL color Cylindrical-coordinate representation of color #3050C0: hue angle of 226.67º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3050C0 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 80 192 -
CMYK 0.75 0.58 0 0.25
HSL 226.67º 0.6% 0.47% -
HSV(B) 226.67º 0.75% 0.75% -
XYZ 13.6 10.17 51.12 -
YUV 83.2 189.4 102.89 -
System Red Green Blue C M Y K H S L
Decimal 48 80 192 0.75 0.58 0 0.25 226.67 0.6 0.47
Hex 30 50 C0 4B 3A 0 19 E3 3C 2F
Octal 60 120 300 113 72 0 31 343 74 57
Binary 110000 1010000 11000000 1001011 111010 0 11001 11100011 111100 101111

Color Harmonies of #3050C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3050C0

Black with #3050C0

Text Example


Text Example

White with #3050C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3050C0; }

 p { color: rgb(48,80,192); }

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

background-color css

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

 a { background-color: rgb(48,80,192); }

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

border-color css

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

 span { border-color: rgb(48,80,192); }

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