Html Css Color HEX #3387BD Curious Blue

📋 copy color: '#3387BD'

red 51 ◦ green 135 ◦ blue 189

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

Shades of Curious Blue #3387BD

Tints of Curious Blue #3387BD

RGB

 RED value IS 51 (20.31% from 255) = 13.6%

 GREEN value IS 135 (53.13% from 255) = 36%

 BLUE value IS 189 (74.22% from 255) = 50.4%

R = 13.6%
G = 36%
B = 50.4%

CMYK

 C value IS 0.73

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3387BD (or 0x3387BD) is known color: Curious Blue. HEX triplet: 33, 87 and BD. RGB value is (51,135,189). Sum of RGB (Red+Green+Blue) = 51+135+189=375 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.6% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #3387BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3387BD is #CC7842. Grayscale: #737373. Windows color (decimal): -13400131 or 12420915. OLE color: 12420915.

HSL color Cylindrical-coordinate representation of color #3387BD: hue angle of 203.48º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3387BD is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 135 189 -
CMYK 0.73 0.29 0 0.26
HSL 203.48º 0.58% 0.47% -
HSV(B) 203.48º 0.73% 0.74% -
XYZ 19.21 21.71 51.32 -
YUV 116.04 169.17 81.61 -
System Red Green Blue C M Y K H S L
Decimal 51 135 189 0.73 0.29 0 0.26 203.48 0.58 0.47
Hex 33 87 BD 49 1D 0 1A CB 3A 2F
Octal 63 207 275 111 35 0 32 313 72 57
Binary 110011 10000111 10111101 1001001 11101 0 11010 11001011 111010 101111

Color Harmonies of #3387BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3387BD

Black with #3387BD

Text Example


Text Example

White with #3387BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3387BD; }

 p { color: rgb(51,135,189); }

 H1.HeaderClassName
 {
   color: #3387BD;
 }
 .AnyTagClassName
 {
   color: #3387BD;
 }
</style>

background-color css

<style>
 a { background-color: #3387BD; }

 a { background-color: rgb(51,135,189); }

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

border-color css

<style>
 span { border-color: #3387BD; }

 span { border-color: rgb(51,135,189); }

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