Html Css Color HEX #3863BA Cerulean Blue

📋 copy color: '#3863BA'

red 56 ◦ green 99 ◦ blue 186

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

Shades of Cerulean Blue #3863BA

Tints of Cerulean Blue #3863BA

RGB

 RED value IS 56 (22.27% from 255) = 16.42%

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

 BLUE value IS 186 (73.05% from 255) = 54.55%

R = 16.42%
G = 29.03%
B = 54.55%

CMYK

 C value IS 0.70

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3863BA (or 0x3863BA) is known color: Cerulean Blue. HEX triplet: 38, 63 and BA. RGB value is (56,99,186). Sum of RGB (Red+Green+Blue) = 56+99+186=341 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.42% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #3863BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3863BA is #C79C45. Grayscale: #5F5F5F. Windows color (decimal): -13081670 or 12215096. OLE color: 12215096.

HSL color Cylindrical-coordinate representation of color #3863BA: hue angle of 220.15º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3863BA is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 99 186 -
CMYK 0.70 0.47 0 0.27
HSL 220.15º 0.54% 0.47% -
HSV(B) 220.15º 0.7% 0.73% -
XYZ 14.96 13.31 48.24 -
YUV 96.06 178.75 99.43 -
System Red Green Blue C M Y K H S L
Decimal 56 99 186 0.70 0.47 0 0.27 220.15 0.54 0.47
Hex 38 63 BA 46 2F 0 1B DC 36 2F
Octal 70 143 272 106 57 0 33 334 66 57
Binary 111000 1100011 10111010 1000110 101111 0 11011 11011100 110110 101111

Color Harmonies of #3863BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3863BA

Black with #3863BA

Text Example


Text Example

White with #3863BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3863BA; }

 p { color: rgb(56,99,186); }

 H1.HeaderClassName
 {
   color: #3863BA;
 }
 .AnyTagClassName
 {
   color: #3863BA;
 }
</style>

background-color css

<style>
 a { background-color: #3863BA; }

 a { background-color: rgb(56,99,186); }

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

border-color css

<style>
 span { border-color: #3863BA; }

 span { border-color: rgb(56,99,186); }

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