Html Css Color HEX #3050BC Cerulean Blue

📋 copy color: '#3050BC'

red 48 ◦ green 80 ◦ blue 188

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

Shades of Cerulean Blue #3050BC

Tints of Cerulean Blue #3050BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.49%

R = 15.19%
G = 25.32%
B = 59.49%

CMYK

 C value IS 0.74

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3050BC (or 0x3050BC) is known color: Cerulean Blue. HEX triplet: 30, 50 and BC. RGB value is (48,80,188). Sum of RGB (Red+Green+Blue) = 48+80+188=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 188 (73.83% from 255 or 59.49% from 316); Max value from RGB is 188 - color contains mainly: blue. Hex color #3050BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3050BC is #CFAF43. Grayscale: #525252. Windows color (decimal): -13610820 or 12341296. OLE color: 12341296.

HSL color Cylindrical-coordinate representation of color #3050BC: hue angle of 226.29º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3050BC is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 48 80 188 -
CMYK 0.74 0.57 0 0.26
HSL 226.29º 0.59% 0.46% -
HSV(B) 226.29º 0.74% 0.74% -
XYZ 13.16 10 48.81 -
YUV 82.74 187.4 103.22 -
System Red Green Blue C M Y K H S L
Decimal 48 80 188 0.74 0.57 0 0.26 226.29 0.59 0.46
Hex 30 50 BC 4A 39 0 1A E2 3B 2E
Octal 60 120 274 112 71 0 32 342 73 56
Binary 110000 1010000 10111100 1001010 111001 0 11010 11100010 111011 101110

Color Harmonies of #3050BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3050BC

Black with #3050BC

Text Example


Text Example

White with #3050BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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