Html Css Color HEX #3B89BC Curious Blue

📋 copy color: '#3B89BC'

red 59 ◦ green 137 ◦ blue 188

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

Shades of Curious Blue #3B89BC

Tints of Curious Blue #3B89BC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.68%

 BLUE value IS 188 (73.83% from 255) = 48.96%

R = 15.36%
G = 35.68%
B = 48.96%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3B89BC (or 0x3B89BC) is known color: Curious Blue. HEX triplet: 3B, 89 and BC. RGB value is (59,137,188). Sum of RGB (Red+Green+Blue) = 59+137+188=384 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.36% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #3B89BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B89BC is #C47643. Grayscale: #777777. Windows color (decimal): -12875332 or 12355899. OLE color: 12355899.

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

Color convert

RGB 59 137 188 -
CMYK 0.69 0.27 0 0.26
HSL 203.72º 0.52% 0.48% -
HSV(B) 203.72º 0.69% 0.74% -
XYZ 19.83 22.45 50.87 -
YUV 119.49 166.66 84.85 -
System Red Green Blue C M Y K H S L
Decimal 59 137 188 0.69 0.27 0 0.26 203.72 0.52 0.48
Hex 3B 89 BC 45 1B 0 1A CC 34 30
Octal 73 211 274 105 33 0 32 314 64 60
Binary 111011 10001001 10111100 1000101 11011 0 11010 11001100 110100 110000

Color Harmonies of #3B89BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B89BC

Black with #3B89BC

Text Example


Text Example

White with #3B89BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,137,188); }

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

background-color css

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

 a { background-color: rgb(59,137,188); }

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

border-color css

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

 span { border-color: rgb(59,137,188); }

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