Html Css Color HEX #3B8DCA Curious Blue

📋 copy color: '#3B8DCA'

red 59 ◦ green 141 ◦ blue 202

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

Shades of Curious Blue #3B8DCA

Tints of Curious Blue #3B8DCA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.07%

 BLUE value IS 202 (79.3% from 255) = 50.25%

R = 14.68%
G = 35.07%
B = 50.25%

CMYK

 C value IS 0.71

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3B8DCA (or 0x3B8DCA) is known color: Curious Blue. HEX triplet: 3B, 8D and CA. RGB value is (59,141,202). Sum of RGB (Red+Green+Blue) = 59+141+202=402 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.68% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #3B8DCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B8DCA is #C47235. Grayscale: #7B7B7B. Windows color (decimal): -12874294 or 13274427. OLE color: 13274427.

HSL color Cylindrical-coordinate representation of color #3B8DCA: hue angle of 205.59º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B8DCA is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 59 141 202 -
CMYK 0.71 0.30 0 0.21
HSL 205.59º 0.57% 0.51% -
HSV(B) 205.59º 0.71% 0.79% -
XYZ 21.99 24.24 59.4 -
YUV 123.44 172.33 82.04 -
System Red Green Blue C M Y K H S L
Decimal 59 141 202 0.71 0.30 0 0.21 205.59 0.57 0.51
Hex 3B 8D CA 47 1E 0 15 CE 39 33
Octal 73 215 312 107 36 0 25 316 71 63
Binary 111011 10001101 11001010 1000111 11110 0 10101 11001110 111001 110011

Color Harmonies of #3B8DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8DCA

Black with #3B8DCA

Text Example


Text Example

White with #3B8DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,141,202); }

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

background-color css

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

 a { background-color: rgb(59,141,202); }

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

border-color css

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

 span { border-color: rgb(59,141,202); }

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