Html Css Color HEX #3387CB Curious Blue

📋 copy color: '#3387CB'

red 51 ◦ green 135 ◦ blue 203

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

Shades of Curious Blue #3387CB

Tints of Curious Blue #3387CB

RGB

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

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

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

R = 13.11%
G = 34.7%
B = 52.19%

CMYK

 C value IS 0.75

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3387CB (or 0x3387CB) is known color: Curious Blue. HEX triplet: 33, 87 and CB. RGB value is (51,135,203). Sum of RGB (Red+Green+Blue) = 51+135+203=389 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.11% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #3387CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3387CB is #CC7834. Grayscale: #757575. Windows color (decimal): -13400117 or 13338419. OLE color: 13338419.

HSL color Cylindrical-coordinate representation of color #3387CB: hue angle of 206.84º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3387CB is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 51 135 203 -
CMYK 0.75 0.33 0 0.20
HSL 206.84º 0.6% 0.5% -
HSV(B) 206.84º 0.75% 0.8% -
XYZ 20.81 22.34 59.72 -
YUV 117.64 176.17 80.47 -
System Red Green Blue C M Y K H S L
Decimal 51 135 203 0.75 0.33 0 0.20 206.84 0.6 0.5
Hex 33 87 CB 4B 21 0 14 CF 3C 32
Octal 63 207 313 113 41 0 24 317 74 62
Binary 110011 10000111 11001011 1001011 100001 0 10100 11001111 111100 110010

Color Harmonies of #3387CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3387CB

Black with #3387CB

Text Example


Text Example

White with #3387CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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