Html Css Color HEX #3B77B9 Curious Blue

📋 copy color: '#3B77B9'

red 59 ◦ green 119 ◦ blue 185

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

Shades of Curious Blue #3B77B9

Tints of Curious Blue #3B77B9

RGB

 RED value IS 59 (23.44% from 255) = 16.25%

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

 BLUE value IS 185 (72.66% from 255) = 50.96%

R = 16.25%
G = 32.78%
B = 50.96%

CMYK

 C value IS 0.68

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3B77B9 (or 0x3B77B9) is known color: Curious Blue. HEX triplet: 3B, 77 and B9. RGB value is (59,119,185). Sum of RGB (Red+Green+Blue) = 59+119+185=363 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.25% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 185 (72.66% from 255 or 50.96% from 363); Max value from RGB is 185 - color contains mainly: blue. Hex color #3B77B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B77B9 is #C48846. Grayscale: #6C6C6C. Windows color (decimal): -12879943 or 12154683. OLE color: 12154683.

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

Color convert

RGB 59 119 185 -
CMYK 0.68 0.36 0 0.27
HSL 211.43º 0.52% 0.48% -
HSV(B) 211.43º 0.68% 0.73% -
XYZ 17.16 17.63 48.4 -
YUV 108.58 171.12 92.63 -
System Red Green Blue C M Y K H S L
Decimal 59 119 185 0.68 0.36 0 0.27 211.43 0.52 0.48
Hex 3B 77 B9 44 24 0 1B D3 34 30
Octal 73 167 271 104 44 0 33 323 64 60
Binary 111011 1110111 10111001 1000100 100100 0 11011 11010011 110100 110000

Color Harmonies of #3B77B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B77B9

Black with #3B77B9

Text Example


Text Example

White with #3B77B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,119,185); }

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

background-color css

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

 a { background-color: rgb(59,119,185); }

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

border-color css

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

 span { border-color: rgb(59,119,185); }

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