Html Css Color HEX #3B8CCB Curious Blue

📋 copy color: '#3B8CCB'

red 59 ◦ green 140 ◦ blue 203

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

Shades of Curious Blue #3B8CCB

Tints of Curious Blue #3B8CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.5%

R = 14.68%
G = 34.83%
B = 50.5%

CMYK

 C value IS 0.71

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3B8CCB (or 0x3B8CCB) is known color: Curious Blue. HEX triplet: 3B, 8C and CB. RGB value is (59,140,203). Sum of RGB (Red+Green+Blue) = 59+140+203=402 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.68% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #3B8CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B8CCB is #C47334. Grayscale: #7A7A7A. Windows color (decimal): -12874549 or 13339707. OLE color: 13339707.

HSL color Cylindrical-coordinate representation of color #3B8CCB: hue angle of 206.25º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B8CCB is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 59 140 203 -
CMYK 0.71 0.31 0 0.20
HSL 206.25º 0.58% 0.51% -
HSV(B) 206.25º 0.71% 0.8% -
XYZ 21.96 24 59.97 -
YUV 122.96 173.16 82.38 -
System Red Green Blue C M Y K H S L
Decimal 59 140 203 0.71 0.31 0 0.20 206.25 0.58 0.51
Hex 3B 8C CB 47 1F 0 14 CE 3A 33
Octal 73 214 313 107 37 0 24 316 72 63
Binary 111011 10001100 11001011 1000111 11111 0 10100 11001110 111010 110011

Color Harmonies of #3B8CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8CCB

Black with #3B8CCB

Text Example


Text Example

White with #3B8CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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