Html Css Color HEX #3C8ADB Curious Blue

📋 copy color: '#3C8ADB'

red 60 ◦ green 138 ◦ blue 219

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

Shades of Curious Blue #3C8ADB

Tints of Curious Blue #3C8ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.09%

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

R = 14.39%
G = 33.09%
B = 52.52%

CMYK

 C value IS 0.73

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3C8ADB (or 0x3C8ADB) is known color: Curious Blue. HEX triplet: 3C, 8A and DB. RGB value is (60,138,219). Sum of RGB (Red+Green+Blue) = 60+138+219=417 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.39% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C8ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C8ADB is #C37524. Grayscale: #7B7B7B. Windows color (decimal): -12809509 or 14387772. OLE color: 14387772.

HSL color Cylindrical-coordinate representation of color #3C8ADB: hue angle of 210.57º 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 #3C8ADB is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 138 219 -
CMYK 0.73 0.37 0 0.14
HSL 210.57º 0.69% 0.55% -
HSV(B) 210.57º 0.73% 0.86% -
XYZ 23.74 24.25 70.45 -
YUV 123.91 181.66 82.41 -
System Red Green Blue C M Y K H S L
Decimal 60 138 219 0.73 0.37 0 0.14 210.57 0.69 0.55
Hex 3C 8A DB 49 25 0 E D3 45 37
Octal 74 212 333 111 45 0 16 323 105 67
Binary 111100 10001010 11011011 1001001 100101 0 1110 11010011 1000101 110111

Color Harmonies of #3C8ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8ADB

Black with #3C8ADB

Text Example


Text Example

White with #3C8ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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