Html Css Color HEX #3B8CDF Curious Blue

📋 copy color: '#3B8CDF'

red 59 ◦ green 140 ◦ blue 223

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

Shades of Curious Blue #3B8CDF

Tints of Curious Blue #3B8CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.84%

R = 13.98%
G = 33.18%
B = 52.84%

CMYK

 C value IS 0.74

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3B8CDF (or 0x3B8CDF) is known color: Curious Blue. HEX triplet: 3B, 8C and DF. RGB value is (59,140,223). Sum of RGB (Red+Green+Blue) = 59+140+223=422 (55% of max value = 765). Red value is 59 (23.44% from 255 or 13.98% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #3B8CDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B8CDF is #C47320. Grayscale: #7C7C7C. Windows color (decimal): -12874529 or 14650427. OLE color: 14650427.

HSL color Cylindrical-coordinate representation of color #3B8CDF: hue angle of 210.37º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B8CDF is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 59 140 223 -
CMYK 0.74 0.37 0 0.13
HSL 210.37º 0.72% 0.55% -
HSV(B) 210.37º 0.74% 0.87% -
XYZ 24.5 25.01 73.35 -
YUV 125.24 183.16 80.75 -
System Red Green Blue C M Y K H S L
Decimal 59 140 223 0.74 0.37 0 0.13 210.37 0.72 0.55
Hex 3B 8C DF 4A 25 0 D D2 48 37
Octal 73 214 337 112 45 0 15 322 110 67
Binary 111011 10001100 11011111 1001010 100101 0 1101 11010010 1001000 110111

Color Harmonies of #3B8CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8CDF

Black with #3B8CDF

Text Example


Text Example

White with #3B8CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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