Html Css Color HEX #3A7CBC Curious Blue

📋 copy color: '#3A7CBC'

red 58 ◦ green 124 ◦ blue 188

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

Shades of Curious Blue #3A7CBC

Tints of Curious Blue #3A7CBC

RGB

 RED value IS 58 (23.05% from 255) = 15.68%

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

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

R = 15.68%
G = 33.51%
B = 50.81%

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

#3A7CBC (or 0x3A7CBC) is known color: Curious Blue. HEX triplet: 3A, 7C and BC. RGB value is (58,124,188). Sum of RGB (Red+Green+Blue) = 58+124+188=370 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.68% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #3A7CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7CBC is #C58343. Grayscale: #6F6F6F. Windows color (decimal): -12944196 or 12352570. OLE color: 12352570.

HSL color Cylindrical-coordinate representation of color #3A7CBC: hue angle of 209.54º degrees, saturation: 0.53, 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 #3A7CBC is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 58 124 188 -
CMYK 0.69 0.34 0 0.26
HSL 209.54º 0.53% 0.48% -
HSV(B) 209.54º 0.69% 0.74% -
XYZ 18.03 18.95 50.28 -
YUV 111.56 171.13 89.8 -
System Red Green Blue C M Y K H S L
Decimal 58 124 188 0.69 0.34 0 0.26 209.54 0.53 0.48
Hex 3A 7C BC 45 22 0 1A D2 35 30
Octal 72 174 274 105 42 0 32 322 65 60
Binary 111010 1111100 10111100 1000101 100010 0 11010 11010010 110101 110000

Color Harmonies of #3A7CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7CBC

Black with #3A7CBC

Text Example


Text Example

White with #3A7CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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