Html Css Color HEX #3C7BBE Curious Blue

📋 copy color: '#3C7BBE'

red 60 ◦ green 123 ◦ blue 190

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

Shades of Curious Blue #3C7BBE

Tints of Curious Blue #3C7BBE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.98%

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

R = 16.09%
G = 32.98%
B = 50.94%

CMYK

 C value IS 0.68

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C7BBE (or 0x3C7BBE) is known color: Curious Blue. HEX triplet: 3C, 7B and BE. RGB value is (60,123,190). Sum of RGB (Red+Green+Blue) = 60+123+190=373 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.09% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C7BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7BBE is #C38441. Grayscale: #6F6F6F. Windows color (decimal): -12813378 or 12483388. OLE color: 12483388.

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

Color convert

RGB 60 123 190 -
CMYK 0.68 0.35 0 0.25
HSL 210.92º 0.52% 0.49% -
HSV(B) 210.92º 0.68% 0.75% -
XYZ 18.24 18.84 51.39 -
YUV 111.8 172.13 91.05 -
System Red Green Blue C M Y K H S L
Decimal 60 123 190 0.68 0.35 0 0.25 210.92 0.52 0.49
Hex 3C 7B BE 44 23 0 19 D3 34 31
Octal 74 173 276 104 43 0 31 323 64 61
Binary 111100 1111011 10111110 1000100 100011 0 11001 11010011 110100 110001

Color Harmonies of #3C7BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7BBE

Black with #3C7BBE

Text Example


Text Example

White with #3C7BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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