Html Css Color HEX #3B8EBE Curious Blue

📋 copy color: '#3B8EBE'

red 59 ◦ green 142 ◦ blue 190

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

Shades of Curious Blue #3B8EBE

Tints of Curious Blue #3B8EBE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.32%

 BLUE value IS 190 (74.61% from 255) = 48.59%

R = 15.09%
G = 36.32%
B = 48.59%

CMYK

 C value IS 0.69

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3B8EBE (or 0x3B8EBE) is known color: Curious Blue. HEX triplet: 3B, 8E and BE. RGB value is (59,142,190). Sum of RGB (Red+Green+Blue) = 59+142+190=391 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.09% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #3B8EBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B8EBE is #C47141. Grayscale: #7A7A7A. Windows color (decimal): -12874050 or 12488251. OLE color: 12488251.

HSL color Cylindrical-coordinate representation of color #3B8EBE: hue angle of 201.98º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B8EBE is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 59 142 190 -
CMYK 0.69 0.25 0 0.25
HSL 201.98º 0.53% 0.49% -
HSV(B) 201.98º 0.69% 0.75% -
XYZ 20.77 23.99 52.25 -
YUV 122.66 166 82.6 -
System Red Green Blue C M Y K H S L
Decimal 59 142 190 0.69 0.25 0 0.25 201.98 0.53 0.49
Hex 3B 8E BE 45 19 0 19 CA 35 31
Octal 73 216 276 105 31 0 31 312 65 61
Binary 111011 10001110 10111110 1000101 11001 0 11001 11001010 110101 110001

Color Harmonies of #3B8EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8EBE

Black with #3B8EBE

Text Example


Text Example

White with #3B8EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,142,190); }

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

background-color css

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

 a { background-color: rgb(59,142,190); }

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

border-color css

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

 span { border-color: rgb(59,142,190); }

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