Html Css Color HEX #3063BC Cerulean Blue

📋 copy color: '#3063BC'

red 48 ◦ green 99 ◦ blue 188

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

Shades of Cerulean Blue #3063BC

Tints of Cerulean Blue #3063BC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.55%

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

R = 14.33%
G = 29.55%
B = 56.12%

CMYK

 C value IS 0.74

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3063BC (or 0x3063BC) is known color: Cerulean Blue. HEX triplet: 30, 63 and BC. RGB value is (48,99,188). Sum of RGB (Red+Green+Blue) = 48+99+188=335 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.33% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #3063BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3063BC is #CF9C43. Grayscale: #5D5D5D. Windows color (decimal): -13605956 or 12346160. OLE color: 12346160.

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

Color convert

RGB 48 99 188 -
CMYK 0.74 0.47 0 0.26
HSL 218.14º 0.59% 0.46% -
HSV(B) 218.14º 0.74% 0.74% -
XYZ 14.76 13.18 49.34 -
YUV 93.9 181.1 95.26 -
System Red Green Blue C M Y K H S L
Decimal 48 99 188 0.74 0.47 0 0.26 218.14 0.59 0.46
Hex 30 63 BC 4A 2F 0 1A DA 3B 2E
Octal 60 143 274 112 57 0 32 332 73 56
Binary 110000 1100011 10111100 1001010 101111 0 11010 11011010 111011 101110

Color Harmonies of #3063BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3063BC

Black with #3063BC

Text Example


Text Example

White with #3063BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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