Html Css Color HEX #3863BC Cerulean Blue

📋 copy color: '#3863BC'

red 56 ◦ green 99 ◦ blue 188

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

Shades of Cerulean Blue #3863BC

Tints of Cerulean Blue #3863BC

RGB

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

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

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

R = 16.33%
G = 28.86%
B = 54.81%

CMYK

 C value IS 0.70

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3863BC (or 0x3863BC) is known color: Cerulean Blue. HEX triplet: 38, 63 and BC. RGB value is (56,99,188). Sum of RGB (Red+Green+Blue) = 56+99+188=343 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.33% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #3863BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3863BC is #C79C43. Grayscale: #5F5F5F. Windows color (decimal): -13081668 or 12346168. OLE color: 12346168.

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

Color convert

RGB 56 99 188 -
CMYK 0.70 0.47 0 0.26
HSL 220.45º 0.54% 0.48% -
HSV(B) 220.45º 0.7% 0.74% -
XYZ 15.17 13.4 49.36 -
YUV 96.29 179.75 99.26 -
System Red Green Blue C M Y K H S L
Decimal 56 99 188 0.70 0.47 0 0.26 220.45 0.54 0.48
Hex 38 63 BC 46 2F 0 1A DC 36 30
Octal 70 143 274 106 57 0 32 334 66 60
Binary 111000 1100011 10111100 1000110 101111 0 11010 11011100 110110 110000

Color Harmonies of #3863BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3863BC

Black with #3863BC

Text Example


Text Example

White with #3863BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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