Html Css Color HEX #3C8FBE Curious Blue

📋 copy color: '#3C8FBE'

red 60 ◦ green 143 ◦ blue 190

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

Shades of Curious Blue #3C8FBE

Tints of Curious Blue #3C8FBE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.39%

 BLUE value IS 190 (74.61% from 255) = 48.35%

R = 15.27%
G = 36.39%
B = 48.35%

CMYK

 C value IS 0.68

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C8FBE (or 0x3C8FBE) is known color: Curious Blue. HEX triplet: 3C, 8F and BE. RGB value is (60,143,190). Sum of RGB (Red+Green+Blue) = 60+143+190=393 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.27% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C8FBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C8FBE is #C37041. Grayscale: #7B7B7B. Windows color (decimal): -12808258 or 12488508. OLE color: 12488508.

HSL color Cylindrical-coordinate representation of color #3C8FBE: hue angle of 201.69º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C8FBE is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 143 190 -
CMYK 0.68 0.25 0 0.25
HSL 201.69º 0.52% 0.49% -
HSV(B) 201.69º 0.68% 0.75% -
XYZ 20.98 24.32 52.3 -
YUV 123.54 165.5 82.68 -
System Red Green Blue C M Y K H S L
Decimal 60 143 190 0.68 0.25 0 0.25 201.69 0.52 0.49
Hex 3C 8F BE 44 19 0 19 CA 34 31
Octal 74 217 276 104 31 0 31 312 64 61
Binary 111100 10001111 10111110 1000100 11001 0 11001 11001010 110100 110001

Color Harmonies of #3C8FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8FBE

Black with #3C8FBE

Text Example


Text Example

White with #3C8FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,143,190); }

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

background-color css

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

 a { background-color: rgb(60,143,190); }

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

border-color css

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

 span { border-color: rgb(60,143,190); }

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