Html Css Color HEX #3385BE Curious Blue

📋 copy color: '#3385BE'

red 51 ◦ green 133 ◦ blue 190

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

Shades of Curious Blue #3385BE

Tints of Curious Blue #3385BE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.56%

 BLUE value IS 190 (74.61% from 255) = 50.8%

R = 13.64%
G = 35.56%
B = 50.8%

CMYK

 C value IS 0.73

 M value IS 0.3

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3385BE (or 0x3385BE) is known color: Curious Blue. HEX triplet: 33, 85 and BE. RGB value is (51,133,190). Sum of RGB (Red+Green+Blue) = 51+133+190=374 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.64% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #3385BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3385BE is #CC7A41. Grayscale: #727272. Windows color (decimal): -13400642 or 12485939. OLE color: 12485939.

HSL color Cylindrical-coordinate representation of color #3385BE: hue angle of 204.6º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3385BE is Cyan = 0.73, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 133 190 -
CMYK 0.73 0.3 0 0.25
HSL 204.6º 0.58% 0.47% -
HSV(B) 204.6º 0.73% 0.75% -
XYZ 19.05 21.2 51.8 -
YUV 114.98 170.33 82.37 -
System Red Green Blue C M Y K H S L
Decimal 51 133 190 0.73 0.3 0 0.25 204.6 0.58 0.47
Hex 33 85 BE 49 1E 0 19 CD 3A 2F
Octal 63 205 276 111 36 0 31 315 72 57
Binary 110011 10000101 10111110 1001001 11110 0 11001 11001101 111010 101111

Color Harmonies of #3385BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3385BE

Black with #3385BE

Text Example


Text Example

White with #3385BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3385BE; }

 p { color: rgb(51,133,190); }

 H1.HeaderClassName
 {
   color: #3385BE;
 }
 .AnyTagClassName
 {
   color: #3385BE;
 }
</style>

background-color css

<style>
 a { background-color: #3385BE; }

 a { background-color: rgb(51,133,190); }

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

border-color css

<style>
 span { border-color: #3385BE; }

 span { border-color: rgb(51,133,190); }

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