Html Css Color HEX #3C7DCB Curious Blue

📋 copy color: '#3C7DCB'

red 60 ◦ green 125 ◦ blue 203

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

Shades of Curious Blue #3C7DCB

Tints of Curious Blue #3C7DCB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.22%

 BLUE value IS 203 (79.69% from 255) = 52.32%

R = 15.46%
G = 32.22%
B = 52.32%

CMYK

 C value IS 0.70

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3C7DCB (or 0x3C7DCB) is known color: Curious Blue. HEX triplet: 3C, 7D and CB. RGB value is (60,125,203). Sum of RGB (Red+Green+Blue) = 60+125+203=388 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.46% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #3C7DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7DCB is #C38234. Grayscale: #727272. Windows color (decimal): -12812853 or 13335868. OLE color: 13335868.

HSL color Cylindrical-coordinate representation of color #3C7DCB: hue angle of 212.73º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C7DCB is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 60 125 203 -
CMYK 0.70 0.38 0 0.20
HSL 212.73º 0.58% 0.52% -
HSV(B) 212.73º 0.7% 0.8% -
XYZ 19.98 19.94 59.3 -
YUV 114.46 177.97 89.16 -
System Red Green Blue C M Y K H S L
Decimal 60 125 203 0.70 0.38 0 0.20 212.73 0.58 0.52
Hex 3C 7D CB 46 26 0 14 D5 3A 34
Octal 74 175 313 106 46 0 24 325 72 64
Binary 111100 1111101 11001011 1000110 100110 0 10100 11010101 111010 110100

Color Harmonies of #3C7DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7DCB

Black with #3C7DCB

Text Example


Text Example

White with #3C7DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,125,203); }

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

background-color css

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

 a { background-color: rgb(60,125,203); }

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

border-color css

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

 span { border-color: rgb(60,125,203); }

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