Html Css Color HEX #3B7CBC Curious Blue

📋 copy color: '#3B7CBC'

red 59 ◦ green 124 ◦ blue 188

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

Shades of Curious Blue #3B7CBC

Tints of Curious Blue #3B7CBC

RGB

 RED value IS 59 (23.44% from 255) = 15.9%

 GREEN value IS 124 (48.83% from 255) = 33.42%

 BLUE value IS 188 (73.83% from 255) = 50.67%

R = 15.9%
G = 33.42%
B = 50.67%

CMYK

 C value IS 0.69

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3B7CBC (or 0x3B7CBC) is known color: Curious Blue. HEX triplet: 3B, 7C and BC. RGB value is (59,124,188). Sum of RGB (Red+Green+Blue) = 59+124+188=371 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.90% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #3B7CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B7CBC is #C48343. Grayscale: #6F6F6F. Windows color (decimal): -12878660 or 12352571. OLE color: 12352571.

HSL color Cylindrical-coordinate representation of color #3B7CBC: hue angle of 209.77º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B7CBC is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 59 124 188 -
CMYK 0.69 0.34 0 0.26
HSL 209.77º 0.52% 0.48% -
HSV(B) 209.77º 0.69% 0.74% -
XYZ 18.09 18.98 50.29 -
YUV 111.86 170.97 90.3 -
System Red Green Blue C M Y K H S L
Decimal 59 124 188 0.69 0.34 0 0.26 209.77 0.52 0.48
Hex 3B 7C BC 45 22 0 1A D2 34 30
Octal 73 174 274 105 42 0 32 322 64 60
Binary 111011 1111100 10111100 1000101 100010 0 11010 11010010 110100 110000

Color Harmonies of #3B7CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7CBC

Black with #3B7CBC

Text Example


Text Example

White with #3B7CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,124,188); }

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

background-color css

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

 a { background-color: rgb(59,124,188); }

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

border-color css

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

 span { border-color: rgb(59,124,188); }

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