Html Css Color HEX #3B8CBE Curious Blue

📋 copy color: '#3B8CBE'

red 59 ◦ green 140 ◦ blue 190

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

Shades of Curious Blue #3B8CBE

Tints of Curious Blue #3B8CBE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.99%

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

R = 15.17%
G = 35.99%
B = 48.84%

CMYK

 C value IS 0.69

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3B8CBE (or 0x3B8CBE) is known color: Curious Blue. HEX triplet: 3B, 8C and BE. RGB value is (59,140,190). Sum of RGB (Red+Green+Blue) = 59+140+190=389 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.17% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #3B8CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B8CBE is #C47341. Grayscale: #797979. Windows color (decimal): -12874562 or 12487739. OLE color: 12487739.

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

Color convert

RGB 59 140 190 -
CMYK 0.69 0.26 0 0.25
HSL 202.9º 0.53% 0.49% -
HSV(B) 202.9º 0.69% 0.75% -
XYZ 20.48 23.4 52.15 -
YUV 121.48 166.66 83.43 -
System Red Green Blue C M Y K H S L
Decimal 59 140 190 0.69 0.26 0 0.25 202.9 0.53 0.49
Hex 3B 8C BE 45 1A 0 19 CB 35 31
Octal 73 214 276 105 32 0 31 313 65 61
Binary 111011 10001100 10111110 1000101 11010 0 11001 11001011 110101 110001

Color Harmonies of #3B8CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8CBE

Black with #3B8CBE

Text Example


Text Example

White with #3B8CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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