Html Css Color HEX #3A7CB5 Curious Blue

📋 copy color: '#3A7CB5'

red 58 ◦ green 124 ◦ blue 181

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

Shades of Curious Blue #3A7CB5

Tints of Curious Blue #3A7CB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 49.86%

R = 15.98%
G = 34.16%
B = 49.86%

CMYK

 C value IS 0.68

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3A7CB5 (or 0x3A7CB5) is known color: Curious Blue. HEX triplet: 3A, 7C and B5. RGB value is (58,124,181). Sum of RGB (Red+Green+Blue) = 58+124+181=363 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.98% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 181 (71.09% from 255 or 49.86% from 363); Max value from RGB is 181 - color contains mainly: blue. Hex color #3A7CB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7CB5 is #C5834A. Grayscale: #6E6E6E. Windows color (decimal): -12944203 or 11893818. OLE color: 11893818.

HSL color Cylindrical-coordinate representation of color #3A7CB5: hue angle of 207.8º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A7CB5 is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 58 124 181 -
CMYK 0.68 0.31 0 0.29
HSL 207.8º 0.51% 0.47% -
HSV(B) 207.8º 0.68% 0.71% -
XYZ 17.29 18.65 46.4 -
YUV 110.76 167.63 90.37 -
System Red Green Blue C M Y K H S L
Decimal 58 124 181 0.68 0.31 0 0.29 207.8 0.51 0.47
Hex 3A 7C B5 44 1F 0 1D D0 33 2F
Octal 72 174 265 104 37 0 35 320 63 57
Binary 111010 1111100 10110101 1000100 11111 0 11101 11010000 110011 101111

Color Harmonies of #3A7CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7CB5

Black with #3A7CB5

Text Example


Text Example

White with #3A7CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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