Html Css Color HEX #3C89BE Curious Blue

📋 copy color: '#3C89BE'

red 60 ◦ green 137 ◦ blue 190

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

Shades of Curious Blue #3C89BE

Tints of Curious Blue #3C89BE

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.4%

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

R = 15.5%
G = 35.4%
B = 49.1%

CMYK

 C value IS 0.68

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C89BE (or 0x3C89BE) is known color: Curious Blue. HEX triplet: 3C, 89 and BE. RGB value is (60,137,190). Sum of RGB (Red+Green+Blue) = 60+137+190=387 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.50% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C89BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C89BE is #C37641. Grayscale: #777777. Windows color (decimal): -12809794 or 12486972. OLE color: 12486972.

HSL color Cylindrical-coordinate representation of color #3C89BE: hue angle of 204.46º 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 #3C89BE is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 137 190 -
CMYK 0.68 0.28 0 0.25
HSL 204.46º 0.52% 0.49% -
HSV(B) 204.46º 0.68% 0.75% -
XYZ 20.1 22.57 52.01 -
YUV 120.02 167.49 85.19 -
System Red Green Blue C M Y K H S L
Decimal 60 137 190 0.68 0.28 0 0.25 204.46 0.52 0.49
Hex 3C 89 BE 44 1C 0 19 CC 34 31
Octal 74 211 276 104 34 0 31 314 64 61
Binary 111100 10001001 10111110 1000100 11100 0 11001 11001100 110100 110001

Color Harmonies of #3C89BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C89BE

Black with #3C89BE

Text Example


Text Example

White with #3C89BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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