Html Css Color HEX #3063BF Cerulean Blue

📋 copy color: '#3063BF'

red 48 ◦ green 99 ◦ blue 191

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

Shades of Cerulean Blue #3063BF

Tints of Cerulean Blue #3063BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 56.51%

R = 14.2%
G = 29.29%
B = 56.51%

CMYK

 C value IS 0.75

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3063BF (or 0x3063BF) is known color: Cerulean Blue. HEX triplet: 30, 63 and BF. RGB value is (48,99,191). Sum of RGB (Red+Green+Blue) = 48+99+191=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 191 (75% from 255 or 56.51% from 338); Max value from RGB is 191 - color contains mainly: blue. Hex color #3063BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3063BF is #CF9C40. Grayscale: #5D5D5D. Windows color (decimal): -13605953 or 12542768. OLE color: 12542768.

HSL color Cylindrical-coordinate representation of color #3063BF: hue angle of 218.6º 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 #3063BF is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 99 191 -
CMYK 0.75 0.48 0 0.25
HSL 218.6º 0.6% 0.47% -
HSV(B) 218.6º 0.75% 0.75% -
XYZ 15.08 13.31 51.06 -
YUV 94.24 182.6 95.02 -
System Red Green Blue C M Y K H S L
Decimal 48 99 191 0.75 0.48 0 0.25 218.6 0.6 0.47
Hex 30 63 BF 4B 30 0 19 DB 3C 2F
Octal 60 143 277 113 60 0 31 333 74 57
Binary 110000 1100011 10111111 1001011 110000 0 11001 11011011 111100 101111

Color Harmonies of #3063BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3063BF

Black with #3063BF

Text Example


Text Example

White with #3063BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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