Html Css Color HEX #3A77BA Curious Blue

📋 copy color: '#3A77BA'

red 58 ◦ green 119 ◦ blue 186

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

Shades of Curious Blue #3A77BA

Tints of Curious Blue #3A77BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.24%

R = 15.98%
G = 32.78%
B = 51.24%

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

#3A77BA (or 0x3A77BA) is known color: Curious Blue. HEX triplet: 3A, 77 and BA. RGB value is (58,119,186). Sum of RGB (Red+Green+Blue) = 58+119+186=363 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.98% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #3A77BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A77BA is #C58845. Grayscale: #6C6C6C. Windows color (decimal): -12945478 or 12220218. OLE color: 12220218.

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

Color convert

RGB 58 119 186 -
CMYK 0.69 0.36 0 0.27
HSL 211.41º 0.52% 0.48% -
HSV(B) 211.41º 0.69% 0.73% -
XYZ 17.2 17.64 48.95 -
YUV 108.4 171.79 92.05 -
System Red Green Blue C M Y K H S L
Decimal 58 119 186 0.69 0.36 0 0.27 211.41 0.52 0.48
Hex 3A 77 BA 45 24 0 1B D3 34 30
Octal 72 167 272 105 44 0 33 323 64 60
Binary 111010 1110111 10111010 1000101 100100 0 11011 11010011 110100 110000

Color Harmonies of #3A77BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A77BA

Black with #3A77BA

Text Example


Text Example

White with #3A77BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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