Html Css Color HEX #3C8CDB Curious Blue

📋 copy color: '#3C8CDB'

red 60 ◦ green 140 ◦ blue 219

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

Shades of Curious Blue #3C8CDB

Tints of Curious Blue #3C8CDB

RGB

 RED value IS 60 (23.83% from 255) = 14.32%

 GREEN value IS 140 (55.08% from 255) = 33.41%

 BLUE value IS 219 (85.94% from 255) = 52.27%

R = 14.32%
G = 33.41%
B = 52.27%

CMYK

 C value IS 0.73

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3C8CDB (or 0x3C8CDB) is known color: Curious Blue. HEX triplet: 3C, 8C and DB. RGB value is (60,140,219). Sum of RGB (Red+Green+Blue) = 60+140+219=419 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.32% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C8CDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C8CDB is #C37324. Grayscale: #7C7C7C. Windows color (decimal): -12808997 or 14388284. OLE color: 14388284.

HSL color Cylindrical-coordinate representation of color #3C8CDB: hue angle of 209.81º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C8CDB is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 140 219 -
CMYK 0.73 0.36 0 0.14
HSL 209.81º 0.69% 0.55% -
HSV(B) 209.81º 0.73% 0.86% -
XYZ 24.03 24.83 70.54 -
YUV 125.09 181 81.58 -
System Red Green Blue C M Y K H S L
Decimal 60 140 219 0.73 0.36 0 0.14 209.81 0.69 0.55
Hex 3C 8C DB 49 24 0 E D2 45 37
Octal 74 214 333 111 44 0 16 322 105 67
Binary 111100 10001100 11011011 1001001 100100 0 1110 11010010 1000101 110111

Color Harmonies of #3C8CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8CDB

Black with #3C8CDB

Text Example


Text Example

White with #3C8CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C8CDB; }

 p { color: rgb(60,140,219); }

 H1.HeaderClassName
 {
   color: #3C8CDB;
 }
 .AnyTagClassName
 {
   color: #3C8CDB;
 }
</style>

background-color css

<style>
 a { background-color: #3C8CDB; }

 a { background-color: rgb(60,140,219); }

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

border-color css

<style>
 span { border-color: #3C8CDB; }

 span { border-color: rgb(60,140,219); }

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