Html Css Color HEX #3A77BB Curious Blue

📋 copy color: '#3A77BB'

red 58 ◦ green 119 ◦ blue 187

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

Shades of Curious Blue #3A77BB

Tints of Curious Blue #3A77BB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.69%

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

R = 15.93%
G = 32.69%
B = 51.37%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3A77BB (or 0x3A77BB) is known color: Curious Blue. HEX triplet: 3A, 77 and BB. RGB value is (58,119,187). Sum of RGB (Red+Green+Blue) = 58+119+187=364 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.93% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #3A77BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A77BB is #C58844. Grayscale: #6C6C6C. Windows color (decimal): -12945477 or 12285754. OLE color: 12285754.

HSL color Cylindrical-coordinate representation of color #3A77BB: hue angle of 211.63º 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 #3A77BB is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 58 119 187 -
CMYK 0.69 0.36 0 0.27
HSL 211.63º 0.53% 0.48% -
HSV(B) 211.63º 0.69% 0.73% -
XYZ 17.31 17.68 49.51 -
YUV 108.51 172.29 91.97 -
System Red Green Blue C M Y K H S L
Decimal 58 119 187 0.69 0.36 0 0.27 211.63 0.53 0.48
Hex 3A 77 BB 45 24 0 1B D4 35 30
Octal 72 167 273 105 44 0 33 324 65 60
Binary 111010 1110111 10111011 1000101 100100 0 11011 11010100 110101 110000

Color Harmonies of #3A77BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A77BB

Black with #3A77BB

Text Example


Text Example

White with #3A77BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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