Html Css Color HEX #3869BC Cerulean Blue

📋 copy color: '#3869BC'

red 56 ◦ green 105 ◦ blue 188

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

Shades of Cerulean Blue #3869BC

Tints of Cerulean Blue #3869BC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.09%

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

R = 16.05%
G = 30.09%
B = 53.87%

CMYK

 C value IS 0.70

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3869BC (or 0x3869BC) is known color: Cerulean Blue. HEX triplet: 38, 69 and BC. RGB value is (56,105,188). Sum of RGB (Red+Green+Blue) = 56+105+188=349 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.05% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #3869BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3869BC is #C79643. Grayscale: #636363. Windows color (decimal): -13080132 or 12347704. OLE color: 12347704.

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

Color convert

RGB 56 105 188 -
CMYK 0.70 0.44 0 0.26
HSL 217.73º 0.54% 0.48% -
HSV(B) 217.73º 0.7% 0.74% -
XYZ 15.76 14.57 49.56 -
YUV 99.81 177.77 96.75 -
System Red Green Blue C M Y K H S L
Decimal 56 105 188 0.70 0.44 0 0.26 217.73 0.54 0.48
Hex 38 69 BC 46 2C 0 1A DA 36 30
Octal 70 151 274 106 54 0 32 332 66 60
Binary 111000 1101001 10111100 1000110 101100 0 11010 11011010 110110 110000

Color Harmonies of #3869BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3869BC

Black with #3869BC

Text Example


Text Example

White with #3869BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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