Html Css Color HEX #3C8BCA Curious Blue

📋 copy color: '#3C8BCA'

red 60 ◦ green 139 ◦ blue 202

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

Shades of Curious Blue #3C8BCA

Tints of Curious Blue #3C8BCA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.66%

 BLUE value IS 202 (79.3% from 255) = 50.37%

R = 14.96%
G = 34.66%
B = 50.37%

CMYK

 C value IS 0.70

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3C8BCA (or 0x3C8BCA) is known color: Curious Blue. HEX triplet: 3C, 8B and CA. RGB value is (60,139,202). Sum of RGB (Red+Green+Blue) = 60+139+202=401 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.96% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #3C8BCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C8BCA is #C37435. Grayscale: #7A7A7A. Windows color (decimal): -12809270 or 13273916. OLE color: 13273916.

HSL color Cylindrical-coordinate representation of color #3C8BCA: hue angle of 206.62º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C8BCA is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 60 139 202 -
CMYK 0.70 0.31 0 0.21
HSL 206.62º 0.57% 0.51% -
HSV(B) 206.62º 0.7% 0.79% -
XYZ 21.76 23.69 59.3 -
YUV 122.56 172.83 83.38 -
System Red Green Blue C M Y K H S L
Decimal 60 139 202 0.70 0.31 0 0.21 206.62 0.57 0.51
Hex 3C 8B CA 46 1F 0 15 CF 39 33
Octal 74 213 312 106 37 0 25 317 71 63
Binary 111100 10001011 11001010 1000110 11111 0 10101 11001111 111001 110011

Color Harmonies of #3C8BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8BCA

Black with #3C8BCA

Text Example


Text Example

White with #3C8BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,139,202); }

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

background-color css

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

 a { background-color: rgb(60,139,202); }

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

border-color css

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

 span { border-color: rgb(60,139,202); }

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