Html Css Color HEX #3A7CBB Curious Blue

📋 copy color: '#3A7CBB'

red 58 ◦ green 124 ◦ blue 187

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

Shades of Curious Blue #3A7CBB

Tints of Curious Blue #3A7CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.68%

R = 15.72%
G = 33.6%
B = 50.68%

CMYK

 C value IS 0.69

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3A7CBB (or 0x3A7CBB) is known color: Curious Blue. HEX triplet: 3A, 7C and BB. RGB value is (58,124,187). Sum of RGB (Red+Green+Blue) = 58+124+187=369 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.72% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #3A7CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7CBB is #C58344. Grayscale: #6F6F6F. Windows color (decimal): -12944197 or 12287034. OLE color: 12287034.

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

Color convert

RGB 58 124 187 -
CMYK 0.69 0.34 0 0.27
HSL 209.3º 0.53% 0.48% -
HSV(B) 209.3º 0.69% 0.73% -
XYZ 17.92 18.9 49.72 -
YUV 111.45 170.63 89.88 -
System Red Green Blue C M Y K H S L
Decimal 58 124 187 0.69 0.34 0 0.27 209.3 0.53 0.48
Hex 3A 7C BB 45 22 0 1B D1 35 30
Octal 72 174 273 105 42 0 33 321 65 60
Binary 111010 1111100 10111011 1000101 100010 0 11011 11010001 110101 110000

Color Harmonies of #3A7CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7CBB

Black with #3A7CBB

Text Example


Text Example

White with #3A7CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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