Html Css Color HEX #3060BC Cerulean Blue

📋 copy color: '#3060BC'

red 48 ◦ green 96 ◦ blue 188

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

Shades of Cerulean Blue #3060BC

Tints of Cerulean Blue #3060BC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.92%

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

R = 14.46%
G = 28.92%
B = 56.63%

CMYK

 C value IS 0.74

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3060BC (or 0x3060BC) is known color: Cerulean Blue. HEX triplet: 30, 60 and BC. RGB value is (48,96,188). Sum of RGB (Red+Green+Blue) = 48+96+188=332 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.46% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 188 (73.83% from 255 or 56.63% from 332); Max value from RGB is 188 - color contains mainly: blue. Hex color #3060BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3060BC is #CF9F43. Grayscale: #5B5B5B. Windows color (decimal): -13606724 or 12345392. OLE color: 12345392.

HSL color Cylindrical-coordinate representation of color #3060BC: hue angle of 219.43º 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 #3060BC is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 48 96 188 -
CMYK 0.74 0.49 0 0.26
HSL 219.43º 0.59% 0.46% -
HSV(B) 219.43º 0.74% 0.74% -
XYZ 14.48 12.62 49.25 -
YUV 92.14 182.1 96.52 -
System Red Green Blue C M Y K H S L
Decimal 48 96 188 0.74 0.49 0 0.26 219.43 0.59 0.46
Hex 30 60 BC 4A 31 0 1A DB 3B 2E
Octal 60 140 274 112 61 0 32 333 73 56
Binary 110000 1100000 10111100 1001010 110001 0 11010 11011011 111011 101110

Color Harmonies of #3060BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3060BC

Black with #3060BC

Text Example


Text Example

White with #3060BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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